Html Css Color HEX #57AB7D Ocean Green

📋 copy color: '#57AB7D'

red 87 ◦ green 171 ◦ blue 125

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

Shades of Ocean Green #57AB7D

Tints of Ocean Green #57AB7D

RGB

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

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

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

R = 22.72%
G = 44.65%
B = 32.64%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#57AB7D (or 0x57AB7D) is known color: Ocean Green. HEX triplet: 57, AB and 7D. RGB value is (87,171,125). Sum of RGB (Red+Green+Blue) = 87+171+125=383 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.72% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 171 - color contains mainly: green. Hex color #57AB7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57AB7D is #A85482. Grayscale: #8C8C8C. Windows color (decimal): -11031683 or 8235863. OLE color: 8235863.

HSL color Cylindrical-coordinate representation of color #57AB7D: hue angle of 147.14º 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 #57AB7D is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 171 125 -
CMYK 0.49 0 0.27 0.33
HSL 147.14º 0.33% 0.51% -
HSV(B) 147.14º 0.49% 0.67% -
XYZ 22.2 32.63 24.53 -
YUV 140.64 119.17 89.74 -
System Red Green Blue C M Y K H S L
Decimal 87 171 125 0.49 0 0.27 0.33 147.14 0.33 0.51
Hex 57 AB 7D 31 0 1B 21 93 21 33
Octal 127 253 175 61 0 33 41 223 41 63
Binary 1010111 10101011 1111101 110001 0 11011 100001 10010011 100001 110011

Color Harmonies of #57AB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AB7D

Black with #57AB7D

Text Example


Text Example

White with #57AB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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