Html Css Color HEX #088190 Dark Cyan

📋 copy color: '#088190'

red 8 ◦ green 129 ◦ blue 144

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

Shades of Dark Cyan #088190

Tints of Dark Cyan #088190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.91%

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

R = 2.85%
G = 45.91%
B = 51.25%

CMYK

 C value IS 0.94

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#088190 (or 0x088190) is known color: Dark Cyan. HEX triplet: 08, 81 and 90. RGB value is (8,129,144). Sum of RGB (Red+Green+Blue) = 8+129+144=281 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.85% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #088190 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088190 is #F77E6F. Grayscale: #5E5E5E. Windows color (decimal): -16219760 or 9470216. OLE color: 9470216.

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

Color convert

RGB 8 129 144 -
CMYK 0.94 0.10 0 0.44
HSL 186.62º 0.89% 0.3% -
HSV(B) 186.62º 0.94% 0.56% -
XYZ 12.98 17.77 29.13 -
YUV 94.53 155.91 66.28 -
System Red Green Blue C M Y K H S L
Decimal 8 129 144 0.94 0.10 0 0.44 186.62 0.89 0.3
Hex 8 81 90 5E A 0 2C BB 59 1E
Octal 10 201 220 136 12 0 54 273 131 36
Binary 1000 10000001 10010000 1011110 1010 0 101100 10111011 1011001 11110

Color Harmonies of #088190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088190

Black with #088190

Text Example


Text Example

White with #088190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088190; }

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

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

background-color css

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

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

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

border-color css

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

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

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