Html Css Color HEX #57AA7B Ocean Green

📋 copy color: '#57AA7B'

red 87 ◦ green 170 ◦ blue 123

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

Shades of Ocean Green #57AA7B

Tints of Ocean Green #57AA7B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.74%

 BLUE value IS 123 (48.44% from 255) = 32.37%

R = 22.89%
G = 44.74%
B = 32.37%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#57AA7B (or 0x57AA7B) is known color: Ocean Green. HEX triplet: 57, AA and 7B. RGB value is (87,170,123). Sum of RGB (Red+Green+Blue) = 87+170+123=380 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.89% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 170 - color contains mainly: green. Hex color #57AA7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57AA7B is #A85584. Grayscale: #8B8B8B. Windows color (decimal): -11031941 or 8104535. OLE color: 8104535.

HSL color Cylindrical-coordinate representation of color #57AA7B: hue angle of 146.02º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57AA7B is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 170 123 -
CMYK 0.49 0 0.28 0.33
HSL 146.02º 0.33% 0.5% -
HSV(B) 146.02º 0.49% 0.67% -
XYZ 21.88 32.21 23.8 -
YUV 139.83 118.5 90.32 -
System Red Green Blue C M Y K H S L
Decimal 87 170 123 0.49 0 0.28 0.33 146.02 0.33 0.5
Hex 57 AA 7B 31 0 1C 21 92 21 32
Octal 127 252 173 61 0 34 41 222 41 62
Binary 1010111 10101010 1111011 110001 0 11100 100001 10010010 100001 110010

Color Harmonies of #57AA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AA7B

Black with #57AA7B

Text Example


Text Example

White with #57AA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,170,123); }

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

background-color css

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

 a { background-color: rgb(87,170,123); }

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

border-color css

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

 span { border-color: rgb(87,170,123); }

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