#38C6AB

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

Shades of Shamrock #38C6AB

Tints of Shamrock #38C6AB

Color information

#38C6AB (or 0x38C6AB) is unknown color: approx Shamrock. HEX triplet: 38, C6 and AB. RGB value is (56,198,171). Sum of RGB (Red+Green+Blue) = 56+198+171=425 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.18% from 425); Green value is 198 (77.73% from 255 or 46.59% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 198 - color contains mainly: green. Hex color #38C6AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C6AB is #C73954. Grayscale: #989898. Windows color (decimal): -13056341 or 11257400. OLE color: 11257400.

HSL color Cylindrical-coordinate representation of color #38C6AB: hue angle of 168.59º 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 #38C6AB is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB56198171-
CMYK0.7200.140.22
HSL168.59º55.91%49.8%-
HSV(B)168.59º71.72%77.65%-
XYZ29.1844.1745.52-
YUV152.46138.4659.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.18%
GREEN value IS 198 (77.73% from 255) = 46.59%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=13.18%
G=46.59%
B=40.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal561981710.7200.140.22168.5955.9149.8
Hex38C6AB480E16a93832
Octal70306253110016262517062
Binary11100011000110101010111001000011101011010101001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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