Html Css Color HEX #12938D Dark Cyan

📋 copy color: '#12938D'

red 18 ◦ green 147 ◦ blue 141

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

Shades of Dark Cyan #12938D

Tints of Dark Cyan #12938D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.04%

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

R = 5.88%
G = 48.04%
B = 46.08%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#12938D (or 0x12938D) is known color: Dark Cyan. HEX triplet: 12, 93 and 8D. RGB value is (18,147,141). Sum of RGB (Red+Green+Blue) = 18+147+141=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 147 (57.81% from 255 or 48.04% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 147 - color contains mainly: green. Hex color #12938D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12938D is #ED6C72. Grayscale: #6B6B6B. Windows color (decimal): -15559795 or 9278226. OLE color: 9278226.

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

Color convert

RGB 18 147 141 -
CMYK 0.88 0 0.04 0.42
HSL 177.21º 0.78% 0.32% -
HSV(B) 177.21º 0.88% 0.58% -
XYZ 15.49 22.92 28.81 -
YUV 107.75 146.76 63.99 -
System Red Green Blue C M Y K H S L
Decimal 18 147 141 0.88 0 0.04 0.42 177.21 0.78 0.32
Hex 12 93 8D 58 0 4 2A B1 4E 20
Octal 22 223 215 130 0 4 52 261 116 40
Binary 10010 10010011 10001101 1011000 0 100 101010 10110001 1001110 100000

Color Harmonies of #12938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12938D

Black with #12938D

Text Example


Text Example

White with #12938D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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