Html Css Color HEX #10948B Dark Cyan

📋 copy color: '#10948B'

red 16 ◦ green 148 ◦ blue 139

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

Shades of Dark Cyan #10948B

Tints of Dark Cyan #10948B

RGB

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

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

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

R = 5.28%
G = 48.84%
B = 45.87%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#10948B (or 0x10948B) is known color: Dark Cyan. HEX triplet: 10, 94 and 8B. RGB value is (16,148,139). Sum of RGB (Red+Green+Blue) = 16+148+139=303 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.28% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #10948B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10948B is #EF6B74. Grayscale: #6B6B6B. Windows color (decimal): -15690613 or 9147408. OLE color: 9147408.

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

Color convert

RGB 16 148 139 -
CMYK 0.89 0 0.06 0.42
HSL 175.91º 0.8% 0.32% -
HSV(B) 175.91º 0.89% 0.58% -
XYZ 15.46 23.15 28.08 -
YUV 107.51 145.77 62.73 -
System Red Green Blue C M Y K H S L
Decimal 16 148 139 0.89 0 0.06 0.42 175.91 0.8 0.32
Hex 10 94 8B 59 0 6 2A B0 50 20
Octal 20 224 213 131 0 6 52 260 120 40
Binary 10000 10010100 10001011 1011001 0 110 101010 10110000 1010000 100000

Color Harmonies of #10948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10948B

Black with #10948B

Text Example


Text Example

White with #10948B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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