Html Css Color HEX #088560 Deep Sea

📋 copy color: '#088560'

red 8 ◦ green 133 ◦ blue 96

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

Shades of Deep Sea #088560

Tints of Deep Sea #088560

RGB

 RED value IS 8 (3.52% from 255) = 3.38%

 GREEN value IS 133 (52.34% from 255) = 56.12%

 BLUE value IS 96 (37.89% from 255) = 40.51%

R = 3.38%
G = 56.12%
B = 40.51%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#088560 (or 0x088560) is known color: Deep Sea. HEX triplet: 08, 85 and 60. RGB value is (8,133,96). Sum of RGB (Red+Green+Blue) = 8+133+96=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #088560 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088560 is #F77A9F. Grayscale: #5B5B5B. Windows color (decimal): -16218784 or 6325512. OLE color: 6325512.

HSL color Cylindrical-coordinate representation of color #088560: hue angle of 162.24º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088560 is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 133 96 -
CMYK 0.94 0 0.28 0.48
HSL 162.24º 0.89% 0.28% -
HSV(B) 162.24º 0.94% 0.52% -
XYZ 10.6 17.67 13.92 -
YUV 91.41 130.59 68.51 -
System Red Green Blue C M Y K H S L
Decimal 8 133 96 0.94 0 0.28 0.48 162.24 0.89 0.28
Hex 8 85 60 5E 0 1C 30 A2 59 1C
Octal 10 205 140 136 0 34 60 242 131 34
Binary 1000 10000101 1100000 1011110 0 11100 110000 10100010 1011001 11100

Color Harmonies of #088560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088560

Black with #088560

Text Example


Text Example

White with #088560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088560; }

 p { color: rgb(8,133,96); }

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

background-color css

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

 a { background-color: rgb(8,133,96); }

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

border-color css

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

 span { border-color: rgb(8,133,96); }

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