Html Css Color HEX #109792 Dark Cyan

📋 copy color: '#109792'

red 16 ◦ green 151 ◦ blue 146

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

Shades of Dark Cyan #109792

Tints of Dark Cyan #109792

RGB

 RED value IS 16 (6.64% from 255) = 5.11%

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

 BLUE value IS 146 (57.42% from 255) = 46.65%

R = 5.11%
G = 48.24%
B = 46.65%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#109792 (or 0x109792) is known color: Dark Cyan. HEX triplet: 10, 97 and 92. RGB value is (16,151,146). Sum of RGB (Red+Green+Blue) = 16+151+146=313 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.11% from 313); Green value is 151 (59.38% from 255 or 48.24% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 151 - color contains mainly: green. Hex color #109792 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109792 is #EF686D. Grayscale: #6D6D6D. Windows color (decimal): -15689838 or 9606928. OLE color: 9606928.

HSL color Cylindrical-coordinate representation of color #109792: hue angle of 177.78º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109792 is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 16 151 146 -
CMYK 0.89 0 0.03 0.41
HSL 177.78º 0.81% 0.33% -
HSV(B) 177.78º 0.89% 0.59% -
XYZ 16.47 24.32 31.02 -
YUV 110.07 148.27 60.91 -
System Red Green Blue C M Y K H S L
Decimal 16 151 146 0.89 0 0.03 0.41 177.78 0.81 0.33
Hex 10 97 92 59 0 3 29 B2 51 21
Octal 20 227 222 131 0 3 51 262 121 41
Binary 10000 10010111 10010010 1011001 0 11 101001 10110010 1010001 100001

Color Harmonies of #109792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109792

Black with #109792

Text Example


Text Example

White with #109792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109792; }

 p { color: rgb(16,151,146); }

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

background-color css

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

 a { background-color: rgb(16,151,146); }

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

border-color css

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

 span { border-color: rgb(16,151,146); }

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