Html Css Color HEX #069888 Dark Cyan

📋 copy color: '#069888'

red 6 ◦ green 152 ◦ blue 136

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

Shades of Dark Cyan #069888

Tints of Dark Cyan #069888

RGB

 RED value IS 6 (2.73% from 255) = 2.04%

 GREEN value IS 152 (59.77% from 255) = 51.7%

 BLUE value IS 136 (53.52% from 255) = 46.26%

R = 2.04%
G = 51.7%
B = 46.26%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#069888 (or 0x069888) is known color: Dark Cyan. HEX triplet: 06, 98 and 88. RGB value is (6,152,136). Sum of RGB (Red+Green+Blue) = 6+152+136=294 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.04% from 294); Green value is 152 (59.77% from 255 or 51.70% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 152 - color contains mainly: green. Hex color #069888 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069888 is #F96777. Grayscale: #6A6A6A. Windows color (decimal): -16344952 or 8951814. OLE color: 8951814.

HSL color Cylindrical-coordinate representation of color #069888: hue angle of 173.42º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069888 is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 152 136 -
CMYK 0.96 0 0.11 0.40
HSL 173.42º 0.92% 0.31% -
HSV(B) 173.42º 0.96% 0.6% -
XYZ 15.75 24.27 27.15 -
YUV 106.52 144.63 56.3 -
System Red Green Blue C M Y K H S L
Decimal 6 152 136 0.96 0 0.11 0.40 173.42 0.92 0.31
Hex 6 98 88 60 0 B 28 AD 5C 1F
Octal 6 230 210 140 0 13 50 255 134 37
Binary 110 10011000 10001000 1100000 0 1011 101000 10101101 1011100 11111

Color Harmonies of #069888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069888

Black with #069888

Text Example


Text Example

White with #069888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069888; }

 p { color: rgb(6,152,136); }

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

background-color css

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

 a { background-color: rgb(6,152,136); }

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

border-color css

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

 span { border-color: rgb(6,152,136); }

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