Html Css Color HEX #55A16C Ocean Green

📋 copy color: '#55A16C'

red 85 ◦ green 161 ◦ blue 108

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

Shades of Ocean Green #55A16C

Tints of Ocean Green #55A16C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.48%

 BLUE value IS 108 (42.58% from 255) = 30.51%

R = 24.01%
G = 45.48%
B = 30.51%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#55A16C (or 0x55A16C) is known color: Ocean Green. HEX triplet: 55, A1 and 6C. RGB value is (85,161,108). Sum of RGB (Red+Green+Blue) = 85+161+108=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 161 (63.28% from 255 or 45.48% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 161 - color contains mainly: green. Hex color #55A16C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A16C is #AA5E93. Grayscale: #848484. Windows color (decimal): -11165332 or 7119189. OLE color: 7119189.

HSL color Cylindrical-coordinate representation of color #55A16C: hue angle of 138.16º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55A16C is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB 85 161 108 -
CMYK 0.47 0 0.33 0.37
HSL 138.16º 0.31% 0.48% -
HSV(B) 138.16º 0.47% 0.63% -
XYZ 19.2 28.5 18.68 -
YUV 132.23 114.32 94.31 -
System Red Green Blue C M Y K H S L
Decimal 85 161 108 0.47 0 0.33 0.37 138.16 0.31 0.48
Hex 55 A1 6C 2F 0 21 25 8A 1F 30
Octal 125 241 154 57 0 41 45 212 37 60
Binary 1010101 10100001 1101100 101111 0 100001 100101 10001010 11111 110000

Color Harmonies of #55A16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A16C

Black with #55A16C

Text Example


Text Example

White with #55A16C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,161,108); }

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

background-color css

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

 a { background-color: rgb(85,161,108); }

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

border-color css

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

 span { border-color: rgb(85,161,108); }

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