Html Css Color HEX #57AB7E Ocean Green

📋 copy color: '#57AB7E'

red 87 ◦ green 171 ◦ blue 126

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

Shades of Ocean Green #57AB7E

Tints of Ocean Green #57AB7E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.53%

 BLUE value IS 126 (49.61% from 255) = 32.81%

R = 22.66%
G = 44.53%
B = 32.81%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#57AB7E (or 0x57AB7E) is known color: Ocean Green. HEX triplet: 57, AB and 7E. RGB value is (87,171,126). Sum of RGB (Red+Green+Blue) = 87+171+126=384 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.66% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 171 - color contains mainly: green. Hex color #57AB7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57AB7E is #A85481. Grayscale: #8C8C8C. Windows color (decimal): -11031682 or 8301399. OLE color: 8301399.

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

Color convert

RGB 87 171 126 -
CMYK 0.49 0 0.26 0.33
HSL 147.86º 0.33% 0.51% -
HSV(B) 147.86º 0.49% 0.67% -
XYZ 22.26 32.66 24.87 -
YUV 140.75 119.67 89.66 -
System Red Green Blue C M Y K H S L
Decimal 87 171 126 0.49 0 0.26 0.33 147.86 0.33 0.51
Hex 57 AB 7E 31 0 1A 21 94 21 33
Octal 127 253 176 61 0 32 41 224 41 63
Binary 1010111 10101011 1111110 110001 0 11010 100001 10010100 100001 110011

Color Harmonies of #57AB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AB7E

Black with #57AB7E

Text Example


Text Example

White with #57AB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,171,126); }

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

background-color css

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

 a { background-color: rgb(87,171,126); }

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

border-color css

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

 span { border-color: rgb(87,171,126); }

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