Html Css Color HEX #55A675 Ocean Green

📋 copy color: '#55A675'

red 85 ◦ green 166 ◦ blue 117

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

Shades of Ocean Green #55A675

Tints of Ocean Green #55A675

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.11%

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

R = 23.1%
G = 45.11%
B = 31.79%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#55A675 (or 0x55A675) is known color: Ocean Green. HEX triplet: 55, A6 and 75. RGB value is (85,166,117). Sum of RGB (Red+Green+Blue) = 85+166+117=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 166 (65.23% from 255 or 45.11% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 166 - color contains mainly: green. Hex color #55A675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A675 is #AA598A. Grayscale: #888888. Windows color (decimal): -11164043 or 7710293. OLE color: 7710293.

HSL color Cylindrical-coordinate representation of color #55A675: hue angle of 143.7º degrees, saturation: 0.32, 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 #55A675 is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 85 166 117 -
CMYK 0.49 0 0.30 0.35
HSL 143.7º 0.32% 0.49% -
HSV(B) 143.7º 0.49% 0.65% -
XYZ 20.59 30.49 21.63 -
YUV 136.2 117.16 91.48 -
System Red Green Blue C M Y K H S L
Decimal 85 166 117 0.49 0 0.30 0.35 143.7 0.32 0.49
Hex 55 A6 75 31 0 1E 23 90 20 31
Octal 125 246 165 61 0 36 43 220 40 61
Binary 1010101 10100110 1110101 110001 0 11110 100011 10010000 100000 110001

Color Harmonies of #55A675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A675

Black with #55A675

Text Example


Text Example

White with #55A675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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