Html Css Color HEX #12838D Dark Cyan

📋 copy color: '#12838D'

red 18 ◦ green 131 ◦ blue 141

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

Shades of Dark Cyan #12838D

Tints of Dark Cyan #12838D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.17%

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

R = 6.21%
G = 45.17%
B = 48.62%

CMYK

 C value IS 0.87

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#12838D (or 0x12838D) is known color: Dark Cyan. HEX triplet: 12, 83 and 8D. RGB value is (18,131,141). Sum of RGB (Red+Green+Blue) = 18+131+141=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #12838D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12838D is #ED7C72. Grayscale: #626262. Windows color (decimal): -15563891 or 9274130. OLE color: 9274130.

HSL color Cylindrical-coordinate representation of color #12838D: hue angle of 184.88º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12838D is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 18 131 141 -
CMYK 0.87 0.07 0 0.45
HSL 184.88º 0.77% 0.31% -
HSV(B) 184.88º 0.87% 0.55% -
XYZ 13.17 18.28 28.03 -
YUV 98.35 152.06 70.69 -
System Red Green Blue C M Y K H S L
Decimal 18 131 141 0.87 0.07 0 0.45 184.88 0.77 0.31
Hex 12 83 8D 57 7 0 2D B9 4D 1F
Octal 22 203 215 127 7 0 55 271 115 37
Binary 10010 10000011 10001101 1010111 111 0 101101 10111001 1001101 11111

Color Harmonies of #12838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12838D

Black with #12838D

Text Example


Text Example

White with #12838D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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