Html Css Color HEX #108592 Dark Cyan

📋 copy color: '#108592'

red 16 ◦ green 133 ◦ blue 146

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

Shades of Dark Cyan #108592

Tints of Dark Cyan #108592

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.08%

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

R = 5.42%
G = 45.08%
B = 49.49%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#108592 (or 0x108592) is known color: Dark Cyan. HEX triplet: 10, 85 and 92. RGB value is (16,133,146). Sum of RGB (Red+Green+Blue) = 16+133+146=295 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.42% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #108592 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108592 is #EF7A6D. Grayscale: #636363. Windows color (decimal): -15694446 or 9602320. OLE color: 9602320.

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

Color convert

RGB 16 133 146 -
CMYK 0.89 0.09 0 0.43
HSL 186º 0.8% 0.32% -
HSV(B) 186º 0.89% 0.57% -
XYZ 13.79 18.96 30.13 -
YUV 99.5 154.24 68.44 -
System Red Green Blue C M Y K H S L
Decimal 16 133 146 0.89 0.09 0 0.43 186 0.8 0.32
Hex 10 85 92 59 9 0 2B BA 50 20
Octal 20 205 222 131 11 0 53 272 120 40
Binary 10000 10000101 10010010 1011001 1001 0 101011 10111010 1010000 100000

Color Harmonies of #108592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108592

Black with #108592

Text Example


Text Example

White with #108592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108592; }

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

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

background-color css

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

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

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

border-color css

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

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

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