Html Css Color HEX #10958B Dark Cyan

📋 copy color: '#10958B'

red 16 ◦ green 149 ◦ blue 139

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

Shades of Dark Cyan #10958B

Tints of Dark Cyan #10958B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 45.72%

R = 5.26%
G = 49.01%
B = 45.72%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#10958B (or 0x10958B) is known color: Dark Cyan. HEX triplet: 10, 95 and 8B. RGB value is (16,149,139). Sum of RGB (Red+Green+Blue) = 16+149+139=304 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.26% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #10958B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10958B is #EF6A74. Grayscale: #6C6C6C. Windows color (decimal): -15690357 or 9147664. OLE color: 9147664.

HSL color Cylindrical-coordinate representation of color #10958B: hue angle of 175.49º 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 #10958B is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 149 139 -
CMYK 0.89 0 0.07 0.42
HSL 175.49º 0.81% 0.32% -
HSV(B) 175.49º 0.89% 0.58% -
XYZ 15.62 23.47 28.13 -
YUV 108.09 145.44 62.31 -
System Red Green Blue C M Y K H S L
Decimal 16 149 139 0.89 0 0.07 0.42 175.49 0.81 0.32
Hex 10 95 8B 59 0 7 2A AF 51 20
Octal 20 225 213 131 0 7 52 257 121 40
Binary 10000 10010101 10001011 1011001 0 111 101010 10101111 1010001 100000

Color Harmonies of #10958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10958B

Black with #10958B

Text Example


Text Example

White with #10958B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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