Html Css Color HEX #088992 Dark Cyan

📋 copy color: '#088992'

red 8 ◦ green 137 ◦ blue 146

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

Shades of Dark Cyan #088992

Tints of Dark Cyan #088992

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.08%

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

R = 2.75%
G = 47.08%
B = 50.17%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#088992 (or 0x088992) is known color: Dark Cyan. HEX triplet: 08, 89 and 92. RGB value is (8,137,146). Sum of RGB (Red+Green+Blue) = 8+137+146=291 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.75% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #088992 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088992 is #F7766D. Grayscale: #636363. Windows color (decimal): -16217710 or 9603336. OLE color: 9603336.

HSL color Cylindrical-coordinate representation of color #088992: hue angle of 183.91º 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 #088992 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 137 146 -
CMYK 0.95 0.06 0 0.43
HSL 183.91º 0.9% 0.3% -
HSV(B) 183.91º 0.95% 0.57% -
XYZ 14.23 20.02 30.31 -
YUV 99.46 154.26 62.77 -
System Red Green Blue C M Y K H S L
Decimal 8 137 146 0.95 0.06 0 0.43 183.91 0.9 0.3
Hex 8 89 92 5F 6 0 2B B8 5A 1E
Octal 10 211 222 137 6 0 53 270 132 36
Binary 1000 10001001 10010010 1011111 110 0 101011 10111000 1011010 11110

Color Harmonies of #088992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088992

Black with #088992

Text Example


Text Example

White with #088992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088992; }

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

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

background-color css

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

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

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

border-color css

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

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

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