Html Css Color HEX #57A27D Ocean Green

📋 copy color: '#57A27D'

red 87 ◦ green 162 ◦ blue 125

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

Shades of Ocean Green #57A27D

Tints of Ocean Green #57A27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.42%

R = 23.26%
G = 43.32%
B = 33.42%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#57A27D (or 0x57A27D) is known color: Ocean Green. HEX triplet: 57, A2 and 7D. RGB value is (87,162,125). Sum of RGB (Red+Green+Blue) = 87+162+125=374 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.26% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 162 - color contains mainly: green. Hex color #57A27D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A27D is #A85D82. Grayscale: #878787. Windows color (decimal): -11033987 or 8233559. OLE color: 8233559.

HSL color Cylindrical-coordinate representation of color #57A27D: hue angle of 150.4º 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 #57A27D is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 87 162 125 -
CMYK 0.46 0 0.23 0.36
HSL 150.4º 0.3% 0.49% -
HSV(B) 150.4º 0.46% 0.64% -
XYZ 20.55 29.35 23.98 -
YUV 135.36 122.15 93.51 -
System Red Green Blue C M Y K H S L
Decimal 87 162 125 0.46 0 0.23 0.36 150.4 0.3 0.49
Hex 57 A2 7D 2E 0 17 24 96 1E 31
Octal 127 242 175 56 0 27 44 226 36 61
Binary 1010111 10100010 1111101 101110 0 10111 100100 10010110 11110 110001

Color Harmonies of #57A27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A27D

Black with #57A27D

Text Example


Text Example

White with #57A27D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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