Html Css Color HEX #55AF81 Ocean Green

📋 copy color: '#55AF81'

red 85 ◦ green 175 ◦ blue 129

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

Shades of Ocean Green #55AF81

Tints of Ocean Green #55AF81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.16%

R = 21.85%
G = 44.99%
B = 33.16%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#55AF81 (or 0x55AF81) is known color: Ocean Green. HEX triplet: 55, AF and 81. RGB value is (85,175,129). Sum of RGB (Red+Green+Blue) = 85+175+129=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AF81 is #AA507E. Grayscale: #8E8E8E. Windows color (decimal): -11161727 or 8499029. OLE color: 8499029.

HSL color Cylindrical-coordinate representation of color #55AF81: hue angle of 149.33º 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 #55AF81 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 175 129 -
CMYK 0.51 0 0.26 0.31
HSL 149.33º 0.36% 0.51% -
HSV(B) 149.33º 0.51% 0.69% -
XYZ 23.04 34.18 26.15 -
YUV 142.85 120.18 86.74 -
System Red Green Blue C M Y K H S L
Decimal 85 175 129 0.51 0 0.26 0.31 149.33 0.36 0.51
Hex 55 AF 81 33 0 1A 1F 95 24 33
Octal 125 257 201 63 0 32 37 225 44 63
Binary 1010101 10101111 10000001 110011 0 11010 11111 10010101 100100 110011

Color Harmonies of #55AF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AF81

Black with #55AF81

Text Example


Text Example

White with #55AF81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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