#38CDAF

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

Shades of Shamrock #38CDAF

Tints of Shamrock #38CDAF

Color information

#38CDAF (or 0x38CDAF) is unknown color: approx Shamrock. HEX triplet: 38, CD and AF. RGB value is (56,205,175). Sum of RGB (Red+Green+Blue) = 56+205+175=436 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.84% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #38CDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38CDAF is #C73250. Grayscale: #9D9D9D. Windows color (decimal): -13054545 or 11521336. OLE color: 11521336.

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

Color convert

RGB56205175-
CMYK0.7300.150.20
HSL167.92º59.84%51.18%-
HSV(B)167.92º72.68%80.39%-
XYZ31.247.648.1-
YUV157.03138.1455.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.84%
GREEN value IS 205 (80.47% from 255) = 47.02%
BLUE value IS 175 (68.75% from 255) = 40.14%
R=12.84%
G=47.02%
B=40.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal562051750.7300.150.20167.9259.8451.18
Hex38CDAF490F14a83c33
Octal70315257111017242507463
Binary11100011001101101011111001001011111010010101000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38CDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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