Html Css Color HEX #55AF86 Ocean Green

📋 copy color: '#55AF86'

red 85 ◦ green 175 ◦ blue 134

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

Shades of Ocean Green #55AF86

Tints of Ocean Green #55AF86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.01%

R = 21.57%
G = 44.42%
B = 34.01%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#55AF86 (or 0x55AF86) is known color: Ocean Green. HEX triplet: 55, AF and 86. RGB value is (85,175,134). Sum of RGB (Red+Green+Blue) = 85+175+134=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AF86 is #AA5079. Grayscale: #8F8F8F. Windows color (decimal): -11161722 or 8826709. OLE color: 8826709.

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

Color convert

RGB 85 175 134 -
CMYK 0.51 0 0.23 0.31
HSL 152.67º 0.36% 0.51% -
HSV(B) 152.67º 0.51% 0.69% -
XYZ 23.38 34.31 27.95 -
YUV 143.42 122.68 86.33 -
System Red Green Blue C M Y K H S L
Decimal 85 175 134 0.51 0 0.23 0.31 152.67 0.36 0.51
Hex 55 AF 86 33 0 17 1F 99 24 33
Octal 125 257 206 63 0 27 37 231 44 63
Binary 1010101 10101111 10000110 110011 0 10111 11111 10011001 100100 110011

Color Harmonies of #55AF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AF86

Black with #55AF86

Text Example


Text Example

White with #55AF86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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