Html Css Color HEX #55AF84 Ocean Green

📋 copy color: '#55AF84'

red 85 ◦ green 175 ◦ blue 132

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

Shades of Ocean Green #55AF84

Tints of Ocean Green #55AF84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.67%

R = 21.68%
G = 44.64%
B = 33.67%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#55AF84 (or 0x55AF84) is known color: Ocean Green. HEX triplet: 55, AF and 84. RGB value is (85,175,132). Sum of RGB (Red+Green+Blue) = 85+175+132=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AF84 is #AA507B. Grayscale: #8F8F8F. Windows color (decimal): -11161724 or 8695637. OLE color: 8695637.

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

Color convert

RGB 85 175 132 -
CMYK 0.51 0 0.25 0.31
HSL 151.33º 0.36% 0.51% -
HSV(B) 151.33º 0.51% 0.69% -
XYZ 23.24 34.26 27.22 -
YUV 143.19 121.68 86.5 -
System Red Green Blue C M Y K H S L
Decimal 85 175 132 0.51 0 0.25 0.31 151.33 0.36 0.51
Hex 55 AF 84 33 0 19 1F 97 24 33
Octal 125 257 204 63 0 31 37 227 44 63
Binary 1010101 10101111 10000100 110011 0 11001 11111 10010111 100100 110011

Color Harmonies of #55AF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AF84

Black with #55AF84

Text Example


Text Example

White with #55AF84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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