Html Css Color HEX #088A8A Dark Cyan

📋 copy color: '#088A8A'

red 8 ◦ green 138 ◦ blue 138

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

Shades of Dark Cyan #088A8A

Tints of Dark Cyan #088A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 48.59%

R = 2.82%
G = 48.59%
B = 48.59%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#088A8A (or 0x088A8A) is known color: Dark Cyan. HEX triplet: 08, 8A and 8A. RGB value is (8,138,138). Sum of RGB (Red+Green+Blue) = 8+138+138=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 138 (54.30% from 255 or 48.59% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: green, blue. Hex color #088A8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088A8A is #F77575. Grayscale: #636363. Windows color (decimal): -16217462 or 9079304. OLE color: 9079304.

HSL color Cylindrical-coordinate representation of color #088A8A: hue angle of 180º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088A8A is Cyan = 0.94, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 138 138 -
CMYK 0.94 0 0 0.46
HSL 180º 0.89% 0.29% -
HSV(B) 180º 0.94% 0.54% -
XYZ 13.78 20.06 27.19 -
YUV 99.13 149.93 63 -
System Red Green Blue C M Y K H S L
Decimal 8 138 138 0.94 0 0 0.46 180 0.89 0.29
Hex 8 8A 8A 5E 0 0 2E B4 59 1D
Octal 10 212 212 136 0 0 56 264 131 35
Binary 1000 10001010 10001010 1011110 0 0 101110 10110100 1011001 11101

Color Harmonies of #088A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088A8A

Black with #088A8A

Text Example


Text Example

White with #088A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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