Html Css Color HEX #55B575 Ocean Green

📋 copy color: '#55B575'

red 85 ◦ green 181 ◦ blue 117

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

Shades of Ocean Green #55B575

Tints of Ocean Green #55B575

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.26%

 BLUE value IS 117 (46.09% from 255) = 30.55%

R = 22.19%
G = 47.26%
B = 30.55%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#55B575 (or 0x55B575) is known color: Ocean Green. HEX triplet: 55, B5 and 75. RGB value is (85,181,117). Sum of RGB (Red+Green+Blue) = 85+181+117=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 181 (71.09% from 255 or 47.26% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 181 - color contains mainly: green. Hex color #55B575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B575 is #AA4A8A. Grayscale: #919191. Windows color (decimal): -11160203 or 7714133. OLE color: 7714133.

HSL color Cylindrical-coordinate representation of color #55B575: hue angle of 140º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B575 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 181 117 -
CMYK 0.53 0 0.35 0.29
HSL 140º 0.39% 0.52% -
HSV(B) 140º 0.53% 0.71% -
XYZ 23.48 36.26 22.59 -
YUV 145 112.2 85.2 -
System Red Green Blue C M Y K H S L
Decimal 85 181 117 0.53 0 0.35 0.29 140 0.39 0.52
Hex 55 B5 75 35 0 23 1D 8C 27 34
Octal 125 265 165 65 0 43 35 214 47 64
Binary 1010101 10110101 1110101 110101 0 100011 11101 10001100 100111 110100

Color Harmonies of #55B575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B575

Black with #55B575

Text Example


Text Example

White with #55B575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,181,117); }

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

background-color css

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

 a { background-color: rgb(85,181,117); }

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

border-color css

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

 span { border-color: rgb(85,181,117); }

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