Html Css Color HEX #10948C Dark Cyan

📋 copy color: '#10948C'

red 16 ◦ green 148 ◦ blue 140

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

Shades of Dark Cyan #10948C

Tints of Dark Cyan #10948C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.68%

 BLUE value IS 140 (55.08% from 255) = 46.05%

R = 5.26%
G = 48.68%
B = 46.05%

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

#10948C (or 0x10948C) is known color: Dark Cyan. HEX triplet: 10, 94 and 8C. RGB value is (16,148,140). Sum of RGB (Red+Green+Blue) = 16+148+140=304 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.26% from 304); Green value is 148 (58.20% from 255 or 48.68% from 304); Blue value is 140 (55.08% from 255 or 46.05% from 304); Max value from RGB is 148 - color contains mainly: green. Hex color #10948C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10948C is #EF6B73. Grayscale: #6B6B6B. Windows color (decimal): -15690612 or 9212944. OLE color: 9212944.

HSL color Cylindrical-coordinate representation of color #10948C: hue angle of 176.36º degrees, saturation: 0.8, 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 #10948C is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 148 140 -
CMYK 0.89 0 0.05 0.42
HSL 176.36º 0.8% 0.32% -
HSV(B) 176.36º 0.89% 0.58% -
XYZ 15.54 23.18 28.47 -
YUV 107.62 146.27 62.65 -
System Red Green Blue C M Y K H S L
Decimal 16 148 140 0.89 0 0.05 0.42 176.36 0.8 0.32
Hex 10 94 8C 59 0 5 2A B0 50 20
Octal 20 224 214 131 0 5 52 260 120 40
Binary 10000 10010100 10001100 1011001 0 101 101010 10110000 1010000 100000

Color Harmonies of #10948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10948C

Black with #10948C

Text Example


Text Example

White with #10948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10948C; }

 p { color: rgb(16,148,140); }

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

background-color css

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

 a { background-color: rgb(16,148,140); }

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

border-color css

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

 span { border-color: rgb(16,148,140); }

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