Html Css Color HEX #55B271 Ocean Green

📋 copy color: '#55B271'

red 85 ◦ green 178 ◦ blue 113

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

Shades of Ocean Green #55B271

Tints of Ocean Green #55B271

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.34%

 BLUE value IS 113 (44.53% from 255) = 30.05%

R = 22.61%
G = 47.34%
B = 30.05%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#55B271 (or 0x55B271) is known color: Ocean Green. HEX triplet: 55, B2 and 71. RGB value is (85,178,113). Sum of RGB (Red+Green+Blue) = 85+178+113=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 178 (69.92% from 255 or 47.34% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 178 - color contains mainly: green. Hex color #55B271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B271 is #AA4D8E. Grayscale: #8E8E8E. Windows color (decimal): -11160975 or 7451221. OLE color: 7451221.

HSL color Cylindrical-coordinate representation of color #55B271: hue angle of 138.06º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B271 is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 85 178 113 -
CMYK 0.52 0 0.37 0.30
HSL 138.06º 0.38% 0.52% -
HSV(B) 138.06º 0.52% 0.7% -
XYZ 22.65 34.96 21.18 -
YUV 142.78 111.19 86.79 -
System Red Green Blue C M Y K H S L
Decimal 85 178 113 0.52 0 0.37 0.30 138.06 0.38 0.52
Hex 55 B2 71 34 0 25 1E 8A 26 34
Octal 125 262 161 64 0 45 36 212 46 64
Binary 1010101 10110010 1110001 110100 0 100101 11110 10001010 100110 110100

Color Harmonies of #55B271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B271

Black with #55B271

Text Example


Text Example

White with #55B271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,178,113); }

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

background-color css

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

 a { background-color: rgb(85,178,113); }

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

border-color css

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

 span { border-color: rgb(85,178,113); }

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