Html Css Color HEX #55A674 Ocean Green

📋 copy color: '#55A674'

red 85 ◦ green 166 ◦ blue 116

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

Shades of Ocean Green #55A674

Tints of Ocean Green #55A674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.61%

R = 23.16%
G = 45.23%
B = 31.61%

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

#55A674 (or 0x55A674) is known color: Ocean Green. HEX triplet: 55, A6 and 74. RGB value is (85,166,116). Sum of RGB (Red+Green+Blue) = 85+166+116=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 166 - color contains mainly: green. Hex color #55A674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A674 is #AA598B. Grayscale: #888888. Windows color (decimal): -11164044 or 7644757. OLE color: 7644757.

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

Color convert

RGB 85 166 116 -
CMYK 0.49 0 0.30 0.35
HSL 142.96º 0.32% 0.49% -
HSV(B) 142.96º 0.49% 0.65% -
XYZ 20.53 30.46 21.32 -
YUV 136.08 116.66 91.57 -
System Red Green Blue C M Y K H S L
Decimal 85 166 116 0.49 0 0.30 0.35 142.96 0.32 0.49
Hex 55 A6 74 31 0 1E 23 8F 20 31
Octal 125 246 164 61 0 36 43 217 40 61
Binary 1010101 10100110 1110100 110001 0 11110 100011 10001111 100000 110001

Color Harmonies of #55A674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A674

Black with #55A674

Text Example


Text Example

White with #55A674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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