Html Css Color HEX #109083 Dark Cyan

📋 copy color: '#109083'

red 16 ◦ green 144 ◦ blue 131

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

Shades of Dark Cyan #109083

Tints of Dark Cyan #109083

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.48%

 BLUE value IS 131 (51.56% from 255) = 45.02%

R = 5.5%
G = 49.48%
B = 45.02%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#109083 (or 0x109083) is known color: Dark Cyan. HEX triplet: 10, 90 and 83. RGB value is (16,144,131). Sum of RGB (Red+Green+Blue) = 16+144+131=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 144 (56.64% from 255 or 49.48% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 144 - color contains mainly: green. Hex color #109083 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109083 is #EF6F7C. Grayscale: #686868. Windows color (decimal): -15691645 or 8622096. OLE color: 8622096.

HSL color Cylindrical-coordinate representation of color #109083: hue angle of 173.91º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109083 is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 144 131 -
CMYK 0.89 0 0.09 0.44
HSL 173.91º 0.8% 0.31% -
HSV(B) 173.91º 0.89% 0.56% -
XYZ 14.28 21.7 24.91 -
YUV 104.25 143.09 65.06 -
System Red Green Blue C M Y K H S L
Decimal 16 144 131 0.89 0 0.09 0.44 173.91 0.8 0.31
Hex 10 90 83 59 0 9 2C AE 50 1F
Octal 20 220 203 131 0 11 54 256 120 37
Binary 10000 10010000 10000011 1011001 0 1001 101100 10101110 1010000 11111

Color Harmonies of #109083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109083

Black with #109083

Text Example


Text Example

White with #109083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109083; }

 p { color: rgb(16,144,131); }

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

background-color css

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

 a { background-color: rgb(16,144,131); }

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

border-color css

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

 span { border-color: rgb(16,144,131); }

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