Html Css Color HEX #12968B Dark Cyan

📋 copy color: '#12968B'

red 18 ◦ green 150 ◦ blue 139

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

Shades of Dark Cyan #12968B

Tints of Dark Cyan #12968B

RGB

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

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

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

R = 5.86%
G = 48.86%
B = 45.28%

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

#12968B (or 0x12968B) is known color: Dark Cyan. HEX triplet: 12, 96 and 8B. RGB value is (18,150,139). Sum of RGB (Red+Green+Blue) = 18+150+139=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #12968B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12968B is #ED6974. Grayscale: #6D6D6D. Windows color (decimal): -15559029 or 9147922. OLE color: 9147922.

HSL color Cylindrical-coordinate representation of color #12968B: hue angle of 175º 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 #12968B is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 150 139 -
CMYK 0.88 0 0.07 0.41
HSL 175º 0.79% 0.33% -
HSV(B) 175º 0.88% 0.59% -
XYZ 15.82 23.81 28.19 -
YUV 109.28 144.77 62.89 -
System Red Green Blue C M Y K H S L
Decimal 18 150 139 0.88 0 0.07 0.41 175 0.79 0.33
Hex 12 96 8B 58 0 7 29 AF 4F 21
Octal 22 226 213 130 0 7 51 257 117 41
Binary 10010 10010110 10001011 1011000 0 111 101001 10101111 1001111 100001

Color Harmonies of #12968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12968B

Black with #12968B

Text Example


Text Example

White with #12968B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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