Html Css Color HEX #57AE7F Ocean Green

📋 copy color: '#57AE7F'

red 87 ◦ green 174 ◦ blue 127

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

Shades of Ocean Green #57AE7F

Tints of Ocean Green #57AE7F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.85%

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

R = 22.42%
G = 44.85%
B = 32.73%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#57AE7F (or 0x57AE7F) is known color: Ocean Green. HEX triplet: 57, AE and 7F. RGB value is (87,174,127). Sum of RGB (Red+Green+Blue) = 87+174+127=388 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.42% from 388); Green value is 174 (68.36% from 255 or 44.85% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 174 - color contains mainly: green. Hex color #57AE7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57AE7F is #A85180. Grayscale: #8E8E8E. Windows color (decimal): -11030913 or 8367703. OLE color: 8367703.

HSL color Cylindrical-coordinate representation of color #57AE7F: hue angle of 147.59º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #57AE7F is Cyan = 0.5, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB 87 174 127 -
CMYK 0.5 0 0.27 0.32
HSL 147.59º 0.35% 0.51% -
HSV(B) 147.59º 0.5% 0.68% -
XYZ 22.9 33.83 25.4 -
YUV 142.63 119.18 88.32 -
System Red Green Blue C M Y K H S L
Decimal 87 174 127 0.5 0 0.27 0.32 147.59 0.35 0.51
Hex 57 AE 7F 32 0 1B 20 94 23 33
Octal 127 256 177 62 0 33 40 224 43 63
Binary 1010111 10101110 1111111 110010 0 11011 100000 10010100 100011 110011

Color Harmonies of #57AE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AE7F

Black with #57AE7F

Text Example


Text Example

White with #57AE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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