Html Css Color HEX #55A57C Ocean Green

📋 copy color: '#55A57C'

red 85 ◦ green 165 ◦ blue 124

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

Shades of Ocean Green #55A57C

Tints of Ocean Green #55A57C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.12%

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

R = 22.73%
G = 44.12%
B = 33.16%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#55A57C (or 0x55A57C) is known color: Ocean Green. HEX triplet: 55, A5 and 7C. RGB value is (85,165,124). Sum of RGB (Red+Green+Blue) = 85+165+124=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 165 (64.84% from 255 or 44.12% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 165 - color contains mainly: green. Hex color #55A57C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A57C is #AA5A83. Grayscale: #888888. Windows color (decimal): -11164292 or 8168789. OLE color: 8168789.

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

Color convert

RGB 85 165 124 -
CMYK 0.48 0 0.25 0.35
HSL 149.25º 0.32% 0.49% -
HSV(B) 149.25º 0.48% 0.65% -
XYZ 20.84 30.3 23.82 -
YUV 136.41 121 91.33 -
System Red Green Blue C M Y K H S L
Decimal 85 165 124 0.48 0 0.25 0.35 149.25 0.32 0.49
Hex 55 A5 7C 30 0 19 23 95 20 31
Octal 125 245 174 60 0 31 43 225 40 61
Binary 1010101 10100101 1111100 110000 0 11001 100011 10010101 100000 110001

Color Harmonies of #55A57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A57C

Black with #55A57C

Text Example


Text Example

White with #55A57C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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