Html Css Color HEX #10958D Dark Cyan

📋 copy color: '#10958D'

red 16 ◦ green 149 ◦ blue 141

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

Shades of Dark Cyan #10958D

Tints of Dark Cyan #10958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.69%

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

R = 5.23%
G = 48.69%
B = 46.08%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#10958D (or 0x10958D) is known color: Dark Cyan. HEX triplet: 10, 95 and 8D. RGB value is (16,149,141). Sum of RGB (Red+Green+Blue) = 16+149+141=306 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.23% from 306); Green value is 149 (58.59% from 255 or 48.69% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 149 - color contains mainly: green. Hex color #10958D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10958D is #EF6A72. Grayscale: #6C6C6C. Windows color (decimal): -15690355 or 9278736. OLE color: 9278736.

HSL color Cylindrical-coordinate representation of color #10958D: hue angle of 176.39º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10958D is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 149 141 -
CMYK 0.89 0 0.05 0.42
HSL 176.39º 0.81% 0.32% -
HSV(B) 176.39º 0.89% 0.58% -
XYZ 15.77 23.53 28.91 -
YUV 108.32 146.44 62.15 -
System Red Green Blue C M Y K H S L
Decimal 16 149 141 0.89 0 0.05 0.42 176.39 0.81 0.32
Hex 10 95 8D 59 0 5 2A B0 51 20
Octal 20 225 215 131 0 5 52 260 121 40
Binary 10000 10010101 10001101 1011001 0 101 101010 10110000 1010001 100000

Color Harmonies of #10958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10958D

Black with #10958D

Text Example


Text Example

White with #10958D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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