Html Css Color HEX #069189 Dark Cyan

📋 copy color: '#069189'

red 6 ◦ green 145 ◦ blue 137

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

Shades of Dark Cyan #069189

Tints of Dark Cyan #069189

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50.35%

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

R = 2.08%
G = 50.35%
B = 47.57%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#069189 (or 0x069189) is known color: Dark Cyan. HEX triplet: 06, 91 and 89. RGB value is (6,145,137). Sum of RGB (Red+Green+Blue) = 6+145+137=288 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 288); Green value is 145 (57.03% from 255 or 50.35% from 288); Blue value is 137 (53.91% from 255 or 47.57% from 288); Max value from RGB is 145 - color contains mainly: green. Hex color #069189 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069189 is #F96E76. Grayscale: #666666. Windows color (decimal): -16346743 or 9015558. OLE color: 9015558.

HSL color Cylindrical-coordinate representation of color #069189: hue angle of 176.55º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069189 is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 6 145 137 -
CMYK 0.96 0 0.06 0.43
HSL 176.55º 0.92% 0.3% -
HSV(B) 176.55º 0.96% 0.57% -
XYZ 14.72 22.1 27.16 -
YUV 102.53 147.45 59.15 -
System Red Green Blue C M Y K H S L
Decimal 6 145 137 0.96 0 0.06 0.43 176.55 0.92 0.3
Hex 6 91 89 60 0 6 2B B1 5C 1E
Octal 6 221 211 140 0 6 53 261 134 36
Binary 110 10010001 10001001 1100000 0 110 101011 10110001 1011100 11110

Color Harmonies of #069189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069189

Black with #069189

Text Example


Text Example

White with #069189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069189; }

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

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

background-color css

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

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

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

border-color css

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

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

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