Html Css Color HEX #57A67A Ocean Green

📋 copy color: '#57A67A'

red 87 ◦ green 166 ◦ blue 122

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

Shades of Ocean Green #57A67A

Tints of Ocean Green #57A67A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.27%

 BLUE value IS 122 (48.05% from 255) = 32.53%

R = 23.2%
G = 44.27%
B = 32.53%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#57A67A (or 0x57A67A) is known color: Ocean Green. HEX triplet: 57, A6 and 7A. RGB value is (87,166,122). Sum of RGB (Red+Green+Blue) = 87+166+122=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 166 - color contains mainly: green. Hex color #57A67A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A67A is #A85985. Grayscale: #898989. Windows color (decimal): -11032966 or 8037975. OLE color: 8037975.

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

Color convert

RGB 87 166 122 -
CMYK 0.48 0 0.27 0.35
HSL 146.58º 0.31% 0.5% -
HSV(B) 146.58º 0.48% 0.65% -
XYZ 21.08 30.7 23.23 -
YUV 137.36 119.33 92.08 -
System Red Green Blue C M Y K H S L
Decimal 87 166 122 0.48 0 0.27 0.35 146.58 0.31 0.5
Hex 57 A6 7A 30 0 1B 23 93 1F 32
Octal 127 246 172 60 0 33 43 223 37 62
Binary 1010111 10100110 1111010 110000 0 11011 100011 10010011 11111 110010

Color Harmonies of #57A67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A67A

Black with #57A67A

Text Example


Text Example

White with #57A67A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,166,122); }

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

background-color css

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

 a { background-color: rgb(87,166,122); }

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

border-color css

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

 span { border-color: rgb(87,166,122); }

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