Html Css Color HEX #069086 Dark Cyan

📋 copy color: '#069086'

red 6 ◦ green 144 ◦ blue 134

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

Shades of Dark Cyan #069086

Tints of Dark Cyan #069086

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50.7%

 BLUE value IS 134 (52.73% from 255) = 47.18%

R = 2.11%
G = 50.7%
B = 47.18%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#069086 (or 0x069086) is known color: Dark Cyan. HEX triplet: 06, 90 and 86. RGB value is (6,144,134). Sum of RGB (Red+Green+Blue) = 6+144+134=284 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 134 (52.73% from 255 or 47.18% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #069086 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069086 is #F96F79. Grayscale: #656565. Windows color (decimal): -16347002 or 8818694. OLE color: 8818694.

HSL color Cylindrical-coordinate representation of color #069086: hue angle of 175.65º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069086 is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 144 134 -
CMYK 0.96 0 0.07 0.44
HSL 175.65º 0.92% 0.29% -
HSV(B) 175.65º 0.96% 0.56% -
XYZ 14.35 21.71 25.99 -
YUV 101.6 146.28 59.81 -
System Red Green Blue C M Y K H S L
Decimal 6 144 134 0.96 0 0.07 0.44 175.65 0.92 0.29
Hex 6 90 86 60 0 7 2C B0 5C 1D
Octal 6 220 206 140 0 7 54 260 134 35
Binary 110 10010000 10000110 1100000 0 111 101100 10110000 1011100 11101

Color Harmonies of #069086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069086

Black with #069086

Text Example


Text Example

White with #069086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069086; }

 p { color: rgb(6,144,134); }

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

background-color css

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

 a { background-color: rgb(6,144,134); }

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

border-color css

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

 span { border-color: rgb(6,144,134); }

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