Html Css Color HEX #10888D Dark Cyan

📋 copy color: '#10888D'

red 16 ◦ green 136 ◦ blue 141

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

Shades of Dark Cyan #10888D

Tints of Dark Cyan #10888D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 48.12%

R = 5.46%
G = 46.42%
B = 48.12%

CMYK

 C value IS 0.89

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10888D (or 0x10888D) is known color: Dark Cyan. HEX triplet: 10, 88 and 8D. RGB value is (16,136,141). Sum of RGB (Red+Green+Blue) = 16+136+141=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #10888D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10888D is #EF7772. Grayscale: #646464. Windows color (decimal): -15693683 or 9275408. OLE color: 9275408.

HSL color Cylindrical-coordinate representation of color #10888D: hue angle of 182.4º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10888D is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 136 141 -
CMYK 0.89 0.04 0 0.45
HSL 182.4º 0.8% 0.31% -
HSV(B) 182.4º 0.89% 0.55% -
XYZ 13.83 19.64 28.26 -
YUV 100.69 150.74 67.59 -
System Red Green Blue C M Y K H S L
Decimal 16 136 141 0.89 0.04 0 0.45 182.4 0.8 0.31
Hex 10 88 8D 59 4 0 2D B6 50 1F
Octal 20 210 215 131 4 0 55 266 120 37
Binary 10000 10001000 10001101 1011001 100 0 101101 10110110 1010000 11111

Color Harmonies of #10888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10888D

Black with #10888D

Text Example


Text Example

White with #10888D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10888D; }

 p { color: rgb(16,136,141); }

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

background-color css

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

 a { background-color: rgb(16,136,141); }

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

border-color css

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

 span { border-color: rgb(16,136,141); }

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