Html Css Color HEX #55AF70 Ocean Green

📋 copy color: '#55AF70'

red 85 ◦ green 175 ◦ blue 112

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

Shades of Ocean Green #55AF70

Tints of Ocean Green #55AF70

RGB

 RED value IS 85 (33.59% from 255) = 22.85%

 GREEN value IS 175 (68.75% from 255) = 47.04%

 BLUE value IS 112 (44.14% from 255) = 30.11%

R = 22.85%
G = 47.04%
B = 30.11%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#55AF70 (or 0x55AF70) is known color: Ocean Green. HEX triplet: 55, AF and 70. RGB value is (85,175,112). Sum of RGB (Red+Green+Blue) = 85+175+112=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AF70 is #AA508F. Grayscale: #8D8D8D. Windows color (decimal): -11161744 or 7384917. OLE color: 7384917.

HSL color Cylindrical-coordinate representation of color #55AF70: hue angle of 138º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AF70 is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 175 112 -
CMYK 0.51 0 0.36 0.31
HSL 138º 0.36% 0.51% -
HSV(B) 138º 0.51% 0.69% -
XYZ 22 33.76 20.69 -
YUV 140.91 111.68 88.12 -
System Red Green Blue C M Y K H S L
Decimal 85 175 112 0.51 0 0.36 0.31 138 0.36 0.51
Hex 55 AF 70 33 0 24 1F 8A 24 33
Octal 125 257 160 63 0 44 37 212 44 63
Binary 1010101 10101111 1110000 110011 0 100100 11111 10001010 100100 110011

Color Harmonies of #55AF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AF70

Black with #55AF70

Text Example


Text Example

White with #55AF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55AF70; }

 p { color: rgb(85,175,112); }

 H1.HeaderClassName
 {
   color: #55AF70;
 }
 .AnyTagClassName
 {
   color: #55AF70;
 }
</style>

background-color css

<style>
 a { background-color: #55AF70; }

 a { background-color: rgb(85,175,112); }

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

border-color css

<style>
 span { border-color: #55AF70; }

 span { border-color: rgb(85,175,112); }

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