Html Css Color HEX #57A27F Ocean Green

📋 copy color: '#57A27F'

red 87 ◦ green 162 ◦ blue 127

#57A27F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #57A27F

Tints of Ocean Green #57A27F

RGB

 RED value IS 87 (34.38% from 255) = 23.14%

 GREEN value IS 162 (63.67% from 255) = 43.09%

 BLUE value IS 127 (50% from 255) = 33.78%

R = 23.14%
G = 43.09%
B = 33.78%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#57A27F (or 0x57A27F) is known color: Ocean Green. HEX triplet: 57, A2 and 7F. RGB value is (87,162,127). Sum of RGB (Red+Green+Blue) = 87+162+127=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 162 - color contains mainly: green. Hex color #57A27F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A27F is #A85D80. Grayscale: #878787. Windows color (decimal): -11033985 or 8364631. OLE color: 8364631.

HSL color Cylindrical-coordinate representation of color #57A27F: hue angle of 152º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57A27F is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 87 162 127 -
CMYK 0.46 0 0.22 0.36
HSL 152º 0.3% 0.49% -
HSV(B) 152º 0.46% 0.64% -
XYZ 20.68 29.4 24.66 -
YUV 135.59 123.15 93.35 -
System Red Green Blue C M Y K H S L
Decimal 87 162 127 0.46 0 0.22 0.36 152 0.3 0.49
Hex 57 A2 7F 2E 0 16 24 98 1E 31
Octal 127 242 177 56 0 26 44 230 36 61
Binary 1010111 10100010 1111111 101110 0 10110 100100 10011000 11110 110001

Color Harmonies of #57A27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A27F

Black with #57A27F

Text Example


Text Example

White with #57A27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57A27F; }

 p { color: rgb(87,162,127); }

 H1.HeaderClassName
 {
   color: #57A27F;
 }
 .AnyTagClassName
 {
   color: #57A27F;
 }
</style>

background-color css

<style>
 a { background-color: #57A27F; }

 a { background-color: rgb(87,162,127); }

 div.DivClassName
 {
   background-color: #57A27F;
 }
 .BgClassName
 {
   background-color: #57A27F;
 }
</style>

border-color css

<style>
 span { border-color: #57A27F; }

 span { border-color: rgb(87,162,127); }

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