Html Css Color HEX #088A95 Dark Cyan

📋 copy color: '#088A95'

red 8 ◦ green 138 ◦ blue 149

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

Shades of Dark Cyan #088A95

Tints of Dark Cyan #088A95

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46.78%

 BLUE value IS 149 (58.59% from 255) = 50.51%

R = 2.71%
G = 46.78%
B = 50.51%

CMYK

 C value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#088A95 (or 0x088A95) is known color: Dark Cyan. HEX triplet: 08, 8A and 95. RGB value is (8,138,149). Sum of RGB (Red+Green+Blue) = 8+138+149=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 138 (54.30% from 255 or 46.78% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #088A95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088A95 is #F7756A. Grayscale: #646464. Windows color (decimal): -16217451 or 9800200. OLE color: 9800200.

HSL color Cylindrical-coordinate representation of color #088A95: hue angle of 184.68º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088A95 is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 138 149 -
CMYK 0.95 0.07 0 0.42
HSL 184.68º 0.9% 0.31% -
HSV(B) 184.68º 0.95% 0.58% -
XYZ 14.61 20.4 31.6 -
YUV 100.38 155.43 62.11 -
System Red Green Blue C M Y K H S L
Decimal 8 138 149 0.95 0.07 0 0.42 184.68 0.9 0.31
Hex 8 8A 95 5F 7 0 2A B9 5A 1F
Octal 10 212 225 137 7 0 52 271 132 37
Binary 1000 10001010 10010101 1011111 111 0 101010 10111001 1011010 11111

Color Harmonies of #088A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088A95

Black with #088A95

Text Example


Text Example

White with #088A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,138,149); }

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

background-color css

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

 a { background-color: rgb(8,138,149); }

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

border-color css

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

 span { border-color: rgb(8,138,149); }

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