#38C6A9

Color #38C6A9 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #38C6A9

Tints of Shamrock #38C6A9

Color information

#38C6A9 (or 0x38C6A9) is unknown color: approx Shamrock. HEX triplet: 38, C6 and A9. RGB value is (56,198,169). Sum of RGB (Red+Green+Blue) = 56+198+169=423 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.24% from 423); Green value is 198 (77.73% from 255 or 46.81% from 423); Blue value is 169 (66.41% from 255 or 39.95% from 423); Max value from RGB is 198 - color contains mainly: green. Hex color #38C6A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C6A9 is #C73956. Grayscale: #989898. Windows color (decimal): -13056343 or 11126328. OLE color: 11126328.

HSL color Cylindrical-coordinate representation of color #38C6A9: hue angle of 167.75º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C6A9 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB56198169-
CMYK0.7200.150.22
HSL167.75º55.91%49.8%-
HSV(B)167.75º71.72%77.65%-
XYZ28.9944.0944.52-
YUV152.24137.4659.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 13.24%
GREEN value IS 198 (77.73% from 255) = 46.81%
BLUE value IS 169 (66.41% from 255) = 39.95%
R=13.24%
G=46.81%
B=39.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal561981690.7200.150.22167.7555.9149.8
Hex38C6A9480F16a83832
Octal70306251110017262507062
Binary11100011000110101010011001000011111011010101000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38C6A9; }

 p { color: rgb(56,198,169); }

 H1.HeaderClassName
 {
   color: #38C6A9;
 }
 .AnyTagClassName
 {
   color: #38C6A9;
 }
</style>
background-color css

<style>
 a { background-color: #38C6A9; }

 a { background-color: rgb(56,198,169); }

 div.DivClassName
 {
   background-color: #38C6A9;
 }
 .BgClassName
 {
   background-color: #38C6A9;
 }
</style>
border-color css

<style>
 span { border-color: #38C6A9; }

 span { border-color: rgb(56,198,169); }

 td.TdClassName
 {
   border-color: #38C6A9;
 }
 .TagClassName
 {
   border-color: #38C6A9;
 }
</style>