Html Css Color HEX #10948D Dark Cyan

📋 copy color: '#10948D'

red 16 ◦ green 148 ◦ blue 141

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

Shades of Dark Cyan #10948D

Tints of Dark Cyan #10948D

RGB

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

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

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

R = 5.25%
G = 48.52%
B = 46.23%

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

#10948D (or 0x10948D) is known color: Dark Cyan. HEX triplet: 10, 94 and 8D. RGB value is (16,148,141). Sum of RGB (Red+Green+Blue) = 16+148+141=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #10948D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10948D is #EF6B72. Grayscale: #6B6B6B. Windows color (decimal): -15690611 or 9278480. OLE color: 9278480.

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

Color convert

RGB 16 148 141 -
CMYK 0.89 0 0.05 0.42
HSL 176.82º 0.8% 0.32% -
HSV(B) 176.82º 0.89% 0.58% -
XYZ 15.61 23.21 28.86 -
YUV 107.73 146.77 62.57 -
System Red Green Blue C M Y K H S L
Decimal 16 148 141 0.89 0 0.05 0.42 176.82 0.8 0.32
Hex 10 94 8D 59 0 5 2A B1 50 20
Octal 20 224 215 131 0 5 52 261 120 40
Binary 10000 10010100 10001101 1011001 0 101 101010 10110001 1010000 100000

Color Harmonies of #10948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10948D

Black with #10948D

Text Example


Text Example

White with #10948D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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