Html Css Color HEX #57B482 Ocean Green

📋 copy color: '#57B482'

red 87 ◦ green 180 ◦ blue 130

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

Shades of Ocean Green #57B482

Tints of Ocean Green #57B482

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.34%

 BLUE value IS 130 (51.17% from 255) = 32.75%

R = 21.91%
G = 45.34%
B = 32.75%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#57B482 (or 0x57B482) is known color: Ocean Green. HEX triplet: 57, B4 and 82. RGB value is (87,180,130). Sum of RGB (Red+Green+Blue) = 87+180+130=397 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.91% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 180 - color contains mainly: green. Hex color #57B482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57B482 is #A84B7D. Grayscale: #929292. Windows color (decimal): -11029374 or 8565847. OLE color: 8565847.

HSL color Cylindrical-coordinate representation of color #57B482: hue angle of 147.74º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #57B482 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 87 180 130 -
CMYK 0.52 0 0.28 0.29
HSL 147.74º 0.38% 0.52% -
HSV(B) 147.74º 0.52% 0.71% -
XYZ 24.28 36.28 26.84 -
YUV 146.49 118.69 85.57 -
System Red Green Blue C M Y K H S L
Decimal 87 180 130 0.52 0 0.28 0.29 147.74 0.38 0.52
Hex 57 B4 82 34 0 1C 1D 94 26 34
Octal 127 264 202 64 0 34 35 224 46 64
Binary 1010111 10110100 10000010 110100 0 11100 11101 10010100 100110 110100

Color Harmonies of #57B482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57B482

Black with #57B482

Text Example


Text Example

White with #57B482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,180,130); }

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

background-color css

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

 a { background-color: rgb(87,180,130); }

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

border-color css

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

 span { border-color: rgb(87,180,130); }

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