Html Css Color HEX #088390 Dark Cyan

📋 copy color: '#088390'

red 8 ◦ green 131 ◦ blue 144

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

Shades of Dark Cyan #088390

Tints of Dark Cyan #088390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 50.88%

R = 2.83%
G = 46.29%
B = 50.88%

CMYK

 C value IS 0.94

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#088390 (or 0x088390) is known color: Dark Cyan. HEX triplet: 08, 83 and 90. RGB value is (8,131,144). Sum of RGB (Red+Green+Blue) = 8+131+144=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #088390 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088390 is #F77C6F. Grayscale: #5F5F5F. Windows color (decimal): -16219248 or 9470728. OLE color: 9470728.

HSL color Cylindrical-coordinate representation of color #088390: hue angle of 185.74º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088390 is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 131 144 -
CMYK 0.94 0.09 0 0.44
HSL 185.74º 0.89% 0.3% -
HSV(B) 185.74º 0.94% 0.56% -
XYZ 13.25 18.3 29.22 -
YUV 95.71 155.25 65.44 -
System Red Green Blue C M Y K H S L
Decimal 8 131 144 0.94 0.09 0 0.44 185.74 0.89 0.3
Hex 8 83 90 5E 9 0 2C BA 59 1E
Octal 10 203 220 136 11 0 54 272 131 36
Binary 1000 10000011 10010000 1011110 1001 0 101100 10111010 1011001 11110

Color Harmonies of #088390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088390

Black with #088390

Text Example


Text Example

White with #088390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088390; }

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

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

background-color css

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

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

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

border-color css

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

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

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