Html Css Color HEX #55A781 Ocean Green

📋 copy color: '#55A781'

red 85 ◦ green 167 ◦ blue 129

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

Shades of Ocean Green #55A781

Tints of Ocean Green #55A781

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.83%

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

R = 22.31%
G = 43.83%
B = 33.86%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#55A781 (or 0x55A781) is known color: Ocean Green. HEX triplet: 55, A7 and 81. RGB value is (85,167,129). Sum of RGB (Red+Green+Blue) = 85+167+129=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 167 (65.62% from 255 or 43.83% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 167 - color contains mainly: green. Hex color #55A781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A781 is #AA587E. Grayscale: #8A8A8A. Windows color (decimal): -11163775 or 8496981. OLE color: 8496981.

HSL color Cylindrical-coordinate representation of color #55A781: hue angle of 152.2º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55A781 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 85 167 129 -
CMYK 0.49 0 0.23 0.35
HSL 152.2º 0.33% 0.49% -
HSV(B) 152.2º 0.49% 0.65% -
XYZ 21.53 31.15 25.65 -
YUV 138.15 122.83 90.09 -
System Red Green Blue C M Y K H S L
Decimal 85 167 129 0.49 0 0.23 0.35 152.2 0.33 0.49
Hex 55 A7 81 31 0 17 23 98 21 31
Octal 125 247 201 61 0 27 43 230 41 61
Binary 1010101 10100111 10000001 110001 0 10111 100011 10011000 100001 110001

Color Harmonies of #55A781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A781

Black with #55A781

Text Example


Text Example

White with #55A781

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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