Html Css Color HEX #088388 Dark Cyan

📋 copy color: '#088388'

red 8 ◦ green 131 ◦ blue 136

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

Shades of Dark Cyan #088388

Tints of Dark Cyan #088388

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.64%

 BLUE value IS 136 (53.52% from 255) = 49.45%

R = 2.91%
G = 47.64%
B = 49.45%

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#088388 (or 0x088388) is known color: Dark Cyan. HEX triplet: 08, 83 and 88. RGB value is (8,131,136). Sum of RGB (Red+Green+Blue) = 8+131+136=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 131 (51.56% from 255 or 47.64% from 275); Blue value is 136 (53.52% from 255 or 49.45% from 275); Max value from RGB is 136 - color contains mainly: blue. Hex color #088388 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088388 is #F77C77. Grayscale: #5E5E5E. Windows color (decimal): -16219256 or 8946440. OLE color: 8946440.

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

Color convert

RGB 8 131 136 -
CMYK 0.94 0.04 0 0.47
HSL 182.34º 0.89% 0.28% -
HSV(B) 182.34º 0.94% 0.53% -
XYZ 12.66 18.06 26.11 -
YUV 94.79 151.25 66.09 -
System Red Green Blue C M Y K H S L
Decimal 8 131 136 0.94 0.04 0 0.47 182.34 0.89 0.28
Hex 8 83 88 5E 4 0 2F B6 59 1C
Octal 10 203 210 136 4 0 57 266 131 34
Binary 1000 10000011 10001000 1011110 100 0 101111 10110110 1011001 11100

Color Harmonies of #088388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088388

Black with #088388

Text Example


Text Example

White with #088388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088388; }

 p { color: rgb(8,131,136); }

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

background-color css

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

 a { background-color: rgb(8,131,136); }

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

border-color css

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

 span { border-color: rgb(8,131,136); }

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