Html Css Color HEX #55906A Ocean Green

📋 copy color: '#55906A'

red 85 ◦ green 144 ◦ blue 106

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

Shades of Ocean Green #55906A

Tints of Ocean Green #55906A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.99%

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

R = 25.37%
G = 42.99%
B = 31.64%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#55906A (or 0x55906A) is known color: Ocean Green. HEX triplet: 55, 90 and 6A. RGB value is (85,144,106). Sum of RGB (Red+Green+Blue) = 85+144+106=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #55906A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55906A is #AA6F95. Grayscale: #7A7A7A. Windows color (decimal): -11169686 or 6983765. OLE color: 6983765.

HSL color Cylindrical-coordinate representation of color #55906A: hue angle of 141.36º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55906A is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 144 106 -
CMYK 0.41 0 0.26 0.44
HSL 141.36º 0.26% 0.45% -
HSV(B) 141.36º 0.41% 0.56% -
XYZ 16.32 22.92 17.2 -
YUV 122.03 118.95 101.59 -
System Red Green Blue C M Y K H S L
Decimal 85 144 106 0.41 0 0.26 0.44 141.36 0.26 0.45
Hex 55 90 6A 29 0 1A 2C 8D 1A 2D
Octal 125 220 152 51 0 32 54 215 32 55
Binary 1010101 10010000 1101010 101001 0 11010 101100 10001101 11010 101101

Color Harmonies of #55906A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55906A

Black with #55906A

Text Example


Text Example

White with #55906A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55906A; }

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

 H1.HeaderClassName
 {
   color: #55906A;
 }
 .AnyTagClassName
 {
   color: #55906A;
 }
</style>

background-color css

<style>
 a { background-color: #55906A; }

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

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

border-color css

<style>
 span { border-color: #55906A; }

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

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