Html Css Color HEX #088D92 Dark Cyan

📋 copy color: '#088D92'

red 8 ◦ green 141 ◦ blue 146

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

Shades of Dark Cyan #088D92

Tints of Dark Cyan #088D92

RGB

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

 GREEN value IS 141 (55.47% from 255) = 47.8%

 BLUE value IS 146 (57.42% from 255) = 49.49%

R = 2.71%
G = 47.8%
B = 49.49%

CMYK

 C value IS 0.95

 M value IS 0.03

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#088D92 (or 0x088D92) is known color: Dark Cyan. HEX triplet: 08, 8D and 92. RGB value is (8,141,146). Sum of RGB (Red+Green+Blue) = 8+141+146=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 141 (55.47% from 255 or 47.80% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #088D92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088D92 is #F7726D. Grayscale: #656565. Windows color (decimal): -16216686 or 9604360. OLE color: 9604360.

HSL color Cylindrical-coordinate representation of color #088D92: hue angle of 182.17º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088D92 is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 141 146 -
CMYK 0.95 0.03 0 0.43
HSL 182.17º 0.9% 0.3% -
HSV(B) 182.17º 0.95% 0.57% -
XYZ 14.81 21.18 30.5 -
YUV 101.8 152.94 61.09 -
System Red Green Blue C M Y K H S L
Decimal 8 141 146 0.95 0.03 0 0.43 182.17 0.9 0.3
Hex 8 8D 92 5F 3 0 2B B6 5A 1E
Octal 10 215 222 137 3 0 53 266 132 36
Binary 1000 10001101 10010010 1011111 11 0 101011 10110110 1011010 11110

Color Harmonies of #088D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088D92

Black with #088D92

Text Example


Text Example

White with #088D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088D92; }

 p { color: rgb(8,141,146); }

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

background-color css

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

 a { background-color: rgb(8,141,146); }

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

border-color css

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

 span { border-color: rgb(8,141,146); }

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