Html Css Color HEX #069985 Dark Cyan

📋 copy color: '#069985'

red 6 ◦ green 153 ◦ blue 133

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

Shades of Dark Cyan #069985

Tints of Dark Cyan #069985

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.4%

 BLUE value IS 133 (52.34% from 255) = 45.55%

R = 2.05%
G = 52.4%
B = 45.55%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#069985 (or 0x069985) is known color: Dark Cyan. HEX triplet: 06, 99 and 85. RGB value is (6,153,133). Sum of RGB (Red+Green+Blue) = 6+153+133=292 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 292); Green value is 153 (60.16% from 255 or 52.40% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 153 - color contains mainly: green. Hex color #069985 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069985 is #F9667A. Grayscale: #6A6A6A. Windows color (decimal): -16344699 or 8755462. OLE color: 8755462.

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

Color convert

RGB 6 153 133 -
CMYK 0.96 0 0.13 0.4
HSL 171.84º 0.92% 0.31% -
HSV(B) 171.84º 0.96% 0.6% -
XYZ 15.7 24.51 26.09 -
YUV 106.77 142.8 56.13 -
System Red Green Blue C M Y K H S L
Decimal 6 153 133 0.96 0 0.13 0.4 171.84 0.92 0.31
Hex 6 99 85 60 0 D 28 AC 5C 1F
Octal 6 231 205 140 0 15 50 254 134 37
Binary 110 10011001 10000101 1100000 0 1101 101000 10101100 1011100 11111

Color Harmonies of #069985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069985

Black with #069985

Text Example


Text Example

White with #069985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069985; }

 p { color: rgb(6,153,133); }

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

background-color css

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

 a { background-color: rgb(6,153,133); }

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

border-color css

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

 span { border-color: rgb(6,153,133); }

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