Html Css Color HEX #088566 Deep Sea

📋 copy color: '#088566'

red 8 ◦ green 133 ◦ blue 102

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

Shades of Deep Sea #088566

Tints of Deep Sea #088566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 41.98%

R = 3.29%
G = 54.73%
B = 41.98%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#088566 (or 0x088566) is known color: Deep Sea. HEX triplet: 08, 85 and 66. RGB value is (8,133,102). Sum of RGB (Red+Green+Blue) = 8+133+102=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 133 (52.34% from 255 or 54.73% from 243); Blue value is 102 (40.23% from 255 or 41.98% from 243); Max value from RGB is 133 - color contains mainly: green. Hex color #088566 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088566 is #F77A99. Grayscale: #5C5C5C. Windows color (decimal): -16218778 or 6718728. OLE color: 6718728.

HSL color Cylindrical-coordinate representation of color #088566: hue angle of 165.12º 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 #088566 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 133 102 -
CMYK 0.94 0 0.23 0.48
HSL 165.12º 0.89% 0.28% -
HSV(B) 165.12º 0.94% 0.52% -
XYZ 10.89 17.79 15.43 -
YUV 92.09 133.59 68.02 -
System Red Green Blue C M Y K H S L
Decimal 8 133 102 0.94 0 0.23 0.48 165.12 0.89 0.28
Hex 8 85 66 5E 0 17 30 A5 59 1C
Octal 10 205 146 136 0 27 60 245 131 34
Binary 1000 10000101 1100110 1011110 0 10111 110000 10100101 1011001 11100

Color Harmonies of #088566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088566

Black with #088566

Text Example


Text Example

White with #088566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088566; }

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

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

background-color css

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

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

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

border-color css

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

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

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