Html Css Color HEX #069380 Dark Cyan

📋 copy color: '#069380'

red 6 ◦ green 147 ◦ blue 128

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

Shades of Dark Cyan #069380

Tints of Dark Cyan #069380

RGB

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

 GREEN value IS 147 (57.81% from 255) = 52.31%

 BLUE value IS 128 (50.39% from 255) = 45.55%

R = 2.14%
G = 52.31%
B = 45.55%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#069380 (or 0x069380) is known color: Dark Cyan. HEX triplet: 06, 93 and 80. RGB value is (6,147,128). Sum of RGB (Red+Green+Blue) = 6+147+128=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 147 (57.81% from 255 or 52.31% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 147 - color contains mainly: green. Hex color #069380 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069380 is #F96C7F. Grayscale: #666666. Windows color (decimal): -16346240 or 8426246. OLE color: 8426246.

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

Color convert

RGB 6 147 128 -
CMYK 0.96 0 0.13 0.42
HSL 171.91º 0.92% 0.3% -
HSV(B) 171.91º 0.96% 0.58% -
XYZ 14.41 22.46 24 -
YUV 102.68 142.29 59.04 -
System Red Green Blue C M Y K H S L
Decimal 6 147 128 0.96 0 0.13 0.42 171.91 0.92 0.3
Hex 6 93 80 60 0 D 2A AC 5C 1E
Octal 6 223 200 140 0 15 52 254 134 36
Binary 110 10010011 10000000 1100000 0 1101 101010 10101100 1011100 11110

Color Harmonies of #069380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069380

Black with #069380

Text Example


Text Example

White with #069380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069380; }

 p { color: rgb(6,147,128); }

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

background-color css

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

 a { background-color: rgb(6,147,128); }

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

border-color css

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

 span { border-color: rgb(6,147,128); }

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