Html Css Color HEX #559B6A Ocean Green

📋 copy color: '#559B6A'

red 85 ◦ green 155 ◦ blue 106

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

Shades of Ocean Green #559B6A

Tints of Ocean Green #559B6A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.8%

 BLUE value IS 106 (41.8% from 255) = 30.64%

R = 24.57%
G = 44.8%
B = 30.64%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#559B6A (or 0x559B6A) is known color: Ocean Green. HEX triplet: 55, 9B and 6A. RGB value is (85,155,106). Sum of RGB (Red+Green+Blue) = 85+155+106=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 155 - color contains mainly: green. Hex color #559B6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559B6A is #AA6495. Grayscale: #808080. Windows color (decimal): -11166870 or 6986581. OLE color: 6986581.

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

Color convert

RGB 85 155 106 -
CMYK 0.45 0 0.32 0.39
HSL 138º 0.29% 0.47% -
HSV(B) 138º 0.45% 0.61% -
XYZ 18.07 26.41 17.78 -
YUV 128.48 115.31 96.98 -
System Red Green Blue C M Y K H S L
Decimal 85 155 106 0.45 0 0.32 0.39 138 0.29 0.47
Hex 55 9B 6A 2D 0 20 27 8A 1D 2F
Octal 125 233 152 55 0 40 47 212 35 57
Binary 1010101 10011011 1101010 101101 0 100000 100111 10001010 11101 101111

Color Harmonies of #559B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559B6A

Black with #559B6A

Text Example


Text Example

White with #559B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,155,106); }

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

background-color css

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

 a { background-color: rgb(85,155,106); }

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

border-color css

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

 span { border-color: rgb(85,155,106); }

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