Html Css Color HEX #559C69 Ocean Green

📋 copy color: '#559C69'

red 85 ◦ green 156 ◦ blue 105

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

Shades of Ocean Green #559C69

Tints of Ocean Green #559C69

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.09%

 BLUE value IS 105 (41.41% from 255) = 30.35%

R = 24.57%
G = 45.09%
B = 30.35%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#559C69 (or 0x559C69) is known color: Ocean Green. HEX triplet: 55, 9C and 69. RGB value is (85,156,105). Sum of RGB (Red+Green+Blue) = 85+156+105=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 156 - color contains mainly: green. Hex color #559C69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559C69 is #AA6396. Grayscale: #818181. Windows color (decimal): -11166615 or 6921301. OLE color: 6921301.

HSL color Cylindrical-coordinate representation of color #559C69: hue angle of 136.9º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559C69 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 156 105 -
CMYK 0.46 0 0.33 0.39
HSL 136.9º 0.29% 0.47% -
HSV(B) 136.9º 0.46% 0.61% -
XYZ 18.18 26.73 17.57 -
YUV 128.96 114.48 96.65 -
System Red Green Blue C M Y K H S L
Decimal 85 156 105 0.46 0 0.33 0.39 136.9 0.29 0.47
Hex 55 9C 69 2E 0 21 27 89 1D 2F
Octal 125 234 151 56 0 41 47 211 35 57
Binary 1010101 10011100 1101001 101110 0 100001 100111 10001001 11101 101111

Color Harmonies of #559C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559C69

Black with #559C69

Text Example


Text Example

White with #559C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559C69; }

 p { color: rgb(85,156,105); }

 H1.HeaderClassName
 {
   color: #559C69;
 }
 .AnyTagClassName
 {
   color: #559C69;
 }
</style>

background-color css

<style>
 a { background-color: #559C69; }

 a { background-color: rgb(85,156,105); }

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

border-color css

<style>
 span { border-color: #559C69; }

 span { border-color: rgb(85,156,105); }

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