Html Css Color HEX #069081 Dark Cyan

📋 copy color: '#069081'

red 6 ◦ green 144 ◦ blue 129

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

Shades of Dark Cyan #069081

Tints of Dark Cyan #069081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 46.24%

R = 2.15%
G = 51.61%
B = 46.24%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#069081 (or 0x069081) is known color: Dark Cyan. HEX triplet: 06, 90 and 81. RGB value is (6,144,129). Sum of RGB (Red+Green+Blue) = 6+144+129=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 144 (56.64% from 255 or 51.61% from 279); Blue value is 129 (50.78% from 255 or 46.24% from 279); Max value from RGB is 144 - color contains mainly: green. Hex color #069081 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069081 is #F96F7E. Grayscale: #646464. Windows color (decimal): -16347007 or 8491014. OLE color: 8491014.

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

Color convert

RGB 6 144 129 -
CMYK 0.96 0 0.10 0.44
HSL 173.48º 0.92% 0.29% -
HSV(B) 173.48º 0.96% 0.56% -
XYZ 14.01 21.57 24.19 -
YUV 101.03 143.78 60.22 -
System Red Green Blue C M Y K H S L
Decimal 6 144 129 0.96 0 0.10 0.44 173.48 0.92 0.29
Hex 6 90 81 60 0 A 2C AD 5C 1D
Octal 6 220 201 140 0 12 54 255 134 35
Binary 110 10010000 10000001 1100000 0 1010 101100 10101101 1011100 11101

Color Harmonies of #069081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069081

Black with #069081

Text Example


Text Example

White with #069081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069081; }

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

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

background-color css

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

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

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

border-color css

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

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

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