Html Css Color HEX #12968C Dark Cyan

📋 copy color: '#12968C'

red 18 ◦ green 150 ◦ blue 140

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

Shades of Dark Cyan #12968C

Tints of Dark Cyan #12968C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.7%

 BLUE value IS 140 (55.08% from 255) = 45.45%

R = 5.84%
G = 48.7%
B = 45.45%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#12968C (or 0x12968C) is known color: Dark Cyan. HEX triplet: 12, 96 and 8C. RGB value is (18,150,140). Sum of RGB (Red+Green+Blue) = 18+150+140=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 150 - color contains mainly: green. Hex color #12968C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12968C is #ED6973. Grayscale: #6D6D6D. Windows color (decimal): -15559028 or 9213458. OLE color: 9213458.

HSL color Cylindrical-coordinate representation of color #12968C: hue angle of 175.45º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12968C is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 150 140 -
CMYK 0.88 0 0.07 0.41
HSL 175.45º 0.79% 0.33% -
HSV(B) 175.45º 0.88% 0.59% -
XYZ 15.89 23.83 28.57 -
YUV 109.39 145.27 62.81 -
System Red Green Blue C M Y K H S L
Decimal 18 150 140 0.88 0 0.07 0.41 175.45 0.79 0.33
Hex 12 96 8C 58 0 7 29 AF 4F 21
Octal 22 226 214 130 0 7 51 257 117 41
Binary 10010 10010110 10001100 1011000 0 111 101001 10101111 1001111 100001

Color Harmonies of #12968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12968C

Black with #12968C

Text Example


Text Example

White with #12968C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12968C; }

 p { color: rgb(18,150,140); }

 H1.HeaderClassName
 {
   color: #12968C;
 }
 .AnyTagClassName
 {
   color: #12968C;
 }
</style>

background-color css

<style>
 a { background-color: #12968C; }

 a { background-color: rgb(18,150,140); }

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

border-color css

<style>
 span { border-color: #12968C; }

 span { border-color: rgb(18,150,140); }

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