Html Css Color HEX #108289 Dark Cyan

📋 copy color: '#108289'

red 16 ◦ green 130 ◦ blue 137

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

Shades of Dark Cyan #108289

Tints of Dark Cyan #108289

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.94%

 BLUE value IS 137 (53.91% from 255) = 48.41%

R = 5.65%
G = 45.94%
B = 48.41%

CMYK

 C value IS 0.88

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#108289 (or 0x108289) is known color: Dark Cyan. HEX triplet: 10, 82 and 89. RGB value is (16,130,137). Sum of RGB (Red+Green+Blue) = 16+130+137=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 137 (53.91% from 255 or 48.41% from 283); Max value from RGB is 137 - color contains mainly: blue. Hex color #108289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108289 is #EF7D76. Grayscale: #606060. Windows color (decimal): -15695223 or 9011728. OLE color: 9011728.

HSL color Cylindrical-coordinate representation of color #108289: hue angle of 183.47º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108289 is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 16 130 137 -
CMYK 0.88 0.05 0 0.46
HSL 183.47º 0.79% 0.3% -
HSV(B) 183.47º 0.88% 0.54% -
XYZ 12.71 17.88 26.45 -
YUV 96.71 150.73 70.43 -
System Red Green Blue C M Y K H S L
Decimal 16 130 137 0.88 0.05 0 0.46 183.47 0.79 0.3
Hex 10 82 89 58 5 0 2E B7 4F 1E
Octal 20 202 211 130 5 0 56 267 117 36
Binary 10000 10000010 10001001 1011000 101 0 101110 10110111 1001111 11110

Color Harmonies of #108289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108289

Black with #108289

Text Example


Text Example

White with #108289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108289; }

 p { color: rgb(16,130,137); }

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

background-color css

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

 a { background-color: rgb(16,130,137); }

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

border-color css

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

 span { border-color: rgb(16,130,137); }

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