#39BAA4

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

Shades of Shamrock #39BAA4

Tints of Shamrock #39BAA4

Color information

#39BAA4 (or 0x39BAA4) is unknown color: approx Shamrock. HEX triplet: 39, BA and A4. RGB value is (57,186,164). Sum of RGB (Red+Green+Blue) = 57+186+164=407 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.00% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #39BAA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39BAA4 is #C6455B. Grayscale: #909090. Windows color (decimal): -12993884 or 10795577. OLE color: 10795577.

HSL color Cylindrical-coordinate representation of color #39BAA4: hue angle of 169.77º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #39BAA4 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB57186164-
CMYK0.6900.120.27
HSL169.77º53.09%47.65%-
HSV(B)169.77º69.35%72.94%-
XYZ25.9538.6741.22-
YUV144.92138.7665.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.00%
GREEN value IS 186 (73.05% from 255) = 45.70%
BLUE value IS 164 (64.45% from 255) = 40.29%
R=14.00%
G=45.70%
B=40.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal571861640.6900.120.27169.7753.0947.65
Hex39BAA4450C1Baa3530
Octal71272244105014332526560
Binary11100110111010101001001000101011001101110101010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39BAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39BAA4; }

 p { color: rgb(57,186,164); }

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

<style>
 a { background-color: #39BAA4; }

 a { background-color: rgb(57,186,164); }

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

<style>
 span { border-color: #39BAA4; }

 span { border-color: rgb(57,186,164); }

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