#38CEAF

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

Shades of Shamrock #38CEAF

Tints of Shamrock #38CEAF

Color information

#38CEAF (or 0x38CEAF) is unknown color: approx Shamrock. HEX triplet: 38, CE and AF. RGB value is (56,206,175). Sum of RGB (Red+Green+Blue) = 56+206+175=437 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.81% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 206 - color contains mainly: green. Hex color #38CEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38CEAF is #C73150. Grayscale: #9D9D9D. Windows color (decimal): -13054289 or 11521592. OLE color: 11521592.

HSL color Cylindrical-coordinate representation of color #38CEAF: hue angle of 167.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CEAF is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB56206175-
CMYK0.7300.150.19
HSL167.6º60.48%51.37%-
HSV(B)167.6º72.82%80.78%-
XYZ31.4448.0848.18-
YUV157.62137.855.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.81%
GREEN value IS 206 (80.86% from 255) = 47.14%
BLUE value IS 175 (68.75% from 255) = 40.05%
R=12.81%
G=47.14%
B=40.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal562061750.7300.150.19167.660.4851.37
Hex38CEAF490F13a83c33
Octal70316257111017232507463
Binary11100011001110101011111001001011111001110101000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38CEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,206,175); }

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

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

 a { background-color: rgb(56,206,175); }

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

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

 span { border-color: rgb(56,206,175); }

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