Html Css Color HEX #12948A Dark Cyan

📋 copy color: '#12948A'

red 18 ◦ green 148 ◦ blue 138

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

Shades of Dark Cyan #12948A

Tints of Dark Cyan #12948A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 45.39%

R = 5.92%
G = 48.68%
B = 45.39%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#12948A (or 0x12948A) is known color: Dark Cyan. HEX triplet: 12, 94 and 8A. RGB value is (18,148,138). Sum of RGB (Red+Green+Blue) = 18+148+138=304 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.92% from 304); Green value is 148 (58.20% from 255 or 48.68% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 148 - color contains mainly: green. Hex color #12948A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12948A is #ED6B75. Grayscale: #6B6B6B. Windows color (decimal): -15559542 or 9081874. OLE color: 9081874.

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

Color convert

RGB 18 148 138 -
CMYK 0.88 0 0.07 0.42
HSL 175.38º 0.78% 0.33% -
HSV(B) 175.38º 0.88% 0.58% -
XYZ 15.43 23.14 27.7 -
YUV 107.99 144.93 63.81 -
System Red Green Blue C M Y K H S L
Decimal 18 148 138 0.88 0 0.07 0.42 175.38 0.78 0.33
Hex 12 94 8A 58 0 7 2A AF 4E 21
Octal 22 224 212 130 0 7 52 257 116 41
Binary 10010 10010100 10001010 1011000 0 111 101010 10101111 1001110 100001

Color Harmonies of #12948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12948A

Black with #12948A

Text Example


Text Example

White with #12948A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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