Html Css Color HEX #069788 Dark Cyan

📋 copy color: '#069788'

red 6 ◦ green 151 ◦ blue 136

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

Shades of Dark Cyan #069788

Tints of Dark Cyan #069788

RGB

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

 GREEN value IS 151 (59.38% from 255) = 51.54%

 BLUE value IS 136 (53.52% from 255) = 46.42%

R = 2.05%
G = 51.54%
B = 46.42%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#069788 (or 0x069788) is known color: Dark Cyan. HEX triplet: 06, 97 and 88. RGB value is (6,151,136). Sum of RGB (Red+Green+Blue) = 6+151+136=293 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 293); Green value is 151 (59.38% from 255 or 51.54% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 151 - color contains mainly: green. Hex color #069788 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069788 is #F96877. Grayscale: #696969. Windows color (decimal): -16345208 or 8951558. OLE color: 8951558.

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

Color convert

RGB 6 151 136 -
CMYK 0.96 0 0.10 0.41
HSL 173.79º 0.92% 0.31% -
HSV(B) 173.79º 0.96% 0.59% -
XYZ 15.59 23.95 27.09 -
YUV 105.94 144.96 56.72 -
System Red Green Blue C M Y K H S L
Decimal 6 151 136 0.96 0 0.10 0.41 173.79 0.92 0.31
Hex 6 97 88 60 0 A 29 AE 5C 1F
Octal 6 227 210 140 0 12 51 256 134 37
Binary 110 10010111 10001000 1100000 0 1010 101001 10101110 1011100 11111

Color Harmonies of #069788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069788

Black with #069788

Text Example


Text Example

White with #069788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069788; }

 p { color: rgb(6,151,136); }

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

background-color css

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

 a { background-color: rgb(6,151,136); }

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

border-color css

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

 span { border-color: rgb(6,151,136); }

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