Html Css Color HEX #069889 Dark Cyan

📋 copy color: '#069889'

red 6 ◦ green 152 ◦ blue 137

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

Shades of Dark Cyan #069889

Tints of Dark Cyan #069889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 46.44%

R = 2.03%
G = 51.53%
B = 46.44%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#069889 (or 0x069889) is known color: Dark Cyan. HEX triplet: 06, 98 and 89. RGB value is (6,152,137). Sum of RGB (Red+Green+Blue) = 6+152+137=295 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 295); Green value is 152 (59.77% from 255 or 51.53% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 152 - color contains mainly: green. Hex color #069889 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069889 is #F96776. Grayscale: #6A6A6A. Windows color (decimal): -16344951 or 9017350. OLE color: 9017350.

HSL color Cylindrical-coordinate representation of color #069889: hue angle of 173.84º 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 #069889 is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 152 137 -
CMYK 0.96 0 0.10 0.40
HSL 173.84º 0.92% 0.31% -
HSV(B) 173.84º 0.96% 0.6% -
XYZ 15.82 24.3 27.52 -
YUV 106.64 145.13 56.22 -
System Red Green Blue C M Y K H S L
Decimal 6 152 137 0.96 0 0.10 0.40 173.84 0.92 0.31
Hex 6 98 89 60 0 A 28 AE 5C 1F
Octal 6 230 211 140 0 12 50 256 134 37
Binary 110 10011000 10001001 1100000 0 1010 101000 10101110 1011100 11111

Color Harmonies of #069889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069889

Black with #069889

Text Example


Text Example

White with #069889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069889; }

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

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

background-color css

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

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

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

border-color css

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

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

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