Html Css Color HEX #55A667 Ocean Green

📋 copy color: '#55A667'

red 85 ◦ green 166 ◦ blue 103

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

Shades of Ocean Green #55A667

Tints of Ocean Green #55A667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.1%

R = 24.01%
G = 46.89%
B = 29.1%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#55A667 (or 0x55A667) is known color: Ocean Green. HEX triplet: 55, A6 and 67. RGB value is (85,166,103). Sum of RGB (Red+Green+Blue) = 85+166+103=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 166 (65.23% from 255 or 46.89% from 354); Blue value is 103 (40.62% from 255 or 29.10% from 354); Max value from RGB is 166 - color contains mainly: green. Hex color #55A667 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A667 is #AA5998. Grayscale: #868686. Windows color (decimal): -11164057 or 6792789. OLE color: 6792789.

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

Color convert

RGB 85 166 103 -
CMYK 0.49 0 0.38 0.35
HSL 133.33º 0.32% 0.49% -
HSV(B) 133.33º 0.49% 0.65% -
XYZ 19.83 30.18 17.61 -
YUV 134.6 110.16 92.62 -
System Red Green Blue C M Y K H S L
Decimal 85 166 103 0.49 0 0.38 0.35 133.33 0.32 0.49
Hex 55 A6 67 31 0 26 23 85 20 31
Octal 125 246 147 61 0 46 43 205 40 61
Binary 1010101 10100110 1100111 110001 0 100110 100011 10000101 100000 110001

Color Harmonies of #55A667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A667

Black with #55A667

Text Example


Text Example

White with #55A667

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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