Html Css Color HEX #12948D Dark Cyan

📋 copy color: '#12948D'

red 18 ◦ green 148 ◦ blue 141

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

Shades of Dark Cyan #12948D

Tints of Dark Cyan #12948D

RGB

 RED value IS 18 (7.42% from 255) = 5.86%

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

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

R = 5.86%
G = 48.21%
B = 45.93%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#12948D (or 0x12948D) is known color: Dark Cyan. HEX triplet: 12, 94 and 8D. RGB value is (18,148,141). Sum of RGB (Red+Green+Blue) = 18+148+141=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 148 (58.20% from 255 or 48.21% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 148 - color contains mainly: green. Hex color #12948D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12948D is #ED6B72. Grayscale: #6C6C6C. Windows color (decimal): -15559539 or 9278482. OLE color: 9278482.

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

Color convert

RGB 18 148 141 -
CMYK 0.88 0 0.05 0.42
HSL 176.77º 0.78% 0.33% -
HSV(B) 176.77º 0.88% 0.58% -
XYZ 15.65 23.23 28.86 -
YUV 108.33 146.43 63.57 -
System Red Green Blue C M Y K H S L
Decimal 18 148 141 0.88 0 0.05 0.42 176.77 0.78 0.33
Hex 12 94 8D 58 0 5 2A B1 4E 21
Octal 22 224 215 130 0 5 52 261 116 41
Binary 10010 10010100 10001101 1011000 0 101 101010 10110001 1001110 100001

Color Harmonies of #12948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12948D

Black with #12948D

Text Example


Text Example

White with #12948D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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