Html Css Color HEX #55B57C Ocean Green

📋 copy color: '#55B57C'

red 85 ◦ green 181 ◦ blue 124

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

Shades of Ocean Green #55B57C

Tints of Ocean Green #55B57C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.79%

R = 21.79%
G = 46.41%
B = 31.79%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#55B57C (or 0x55B57C) is known color: Ocean Green. HEX triplet: 55, B5 and 7C. RGB value is (85,181,124). Sum of RGB (Red+Green+Blue) = 85+181+124=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 181 - color contains mainly: green. Hex color #55B57C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B57C is #AA4A83. Grayscale: #919191. Windows color (decimal): -11160196 or 8172885. OLE color: 8172885.

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

Color convert

RGB 85 181 124 -
CMYK 0.53 0 0.31 0.29
HSL 144.38º 0.39% 0.52% -
HSV(B) 144.38º 0.53% 0.71% -
XYZ 23.91 36.43 24.84 -
YUV 145.8 115.7 84.63 -
System Red Green Blue C M Y K H S L
Decimal 85 181 124 0.53 0 0.31 0.29 144.38 0.39 0.52
Hex 55 B5 7C 35 0 1F 1D 90 27 34
Octal 125 265 174 65 0 37 35 220 47 64
Binary 1010101 10110101 1111100 110101 0 11111 11101 10010000 100111 110100

Color Harmonies of #55B57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B57C

Black with #55B57C

Text Example


Text Example

White with #55B57C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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