Html Css Color HEX #069396 Dark Cyan

📋 copy color: '#069396'

red 6 ◦ green 147 ◦ blue 150

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

Shades of Dark Cyan #069396

Tints of Dark Cyan #069396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 49.5%

R = 1.98%
G = 48.51%
B = 49.5%

CMYK

 C value IS 0.96

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#069396 (or 0x069396) is known color: Dark Cyan. HEX triplet: 06, 93 and 96. RGB value is (6,147,150). Sum of RGB (Red+Green+Blue) = 6+147+150=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 150 (58.98% from 255 or 49.50% from 303); Max value from RGB is 150 - color contains mainly: blue. Hex color #069396 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069396 is #F96C69. Grayscale: #696969. Windows color (decimal): -16346218 or 9868038. OLE color: 9868038.

HSL color Cylindrical-coordinate representation of color #069396: hue angle of 181.25º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069396 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 6 147 150 -
CMYK 0.96 0.02 0 0.41
HSL 181.25º 0.92% 0.31% -
HSV(B) 181.25º 0.96% 0.59% -
XYZ 16.01 23.11 32.47 -
YUV 105.18 153.29 57.26 -
System Red Green Blue C M Y K H S L
Decimal 6 147 150 0.96 0.02 0 0.41 181.25 0.92 0.31
Hex 6 93 96 60 2 0 29 B5 5C 1F
Octal 6 223 226 140 2 0 51 265 134 37
Binary 110 10010011 10010110 1100000 10 0 101001 10110101 1011100 11111

Color Harmonies of #069396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069396

Black with #069396

Text Example


Text Example

White with #069396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069396; }

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

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

background-color css

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

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

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

border-color css

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

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

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