Html Css Color HEX #12746B Deep Sea

📋 copy color: '#12746B'

red 18 ◦ green 116 ◦ blue 107

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

Shades of Deep Sea #12746B

Tints of Deep Sea #12746B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.13%

 BLUE value IS 107 (42.19% from 255) = 44.4%

R = 7.47%
G = 48.13%
B = 44.4%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#12746B (or 0x12746B) is known color: Deep Sea. HEX triplet: 12, 74 and 6B. RGB value is (18,116,107). Sum of RGB (Red+Green+Blue) = 18+116+107=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 116 - color contains mainly: green. Hex color #12746B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12746B is #ED8B94. Grayscale: #555555. Windows color (decimal): -15567765 or 7042066. OLE color: 7042066.

HSL color Cylindrical-coordinate representation of color #12746B: hue angle of 174.49º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12746B is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 116 107 -
CMYK 0.84 0 0.08 0.55
HSL 174.49º 0.73% 0.26% -
HSV(B) 174.49º 0.84% 0.45% -
XYZ 9.15 13.68 16.07 -
YUV 85.67 140.03 79.73 -
System Red Green Blue C M Y K H S L
Decimal 18 116 107 0.84 0 0.08 0.55 174.49 0.73 0.26
Hex 12 74 6B 54 0 8 37 AE 49 1A
Octal 22 164 153 124 0 10 67 256 111 32
Binary 10010 1110100 1101011 1010100 0 1000 110111 10101110 1001001 11010

Color Harmonies of #12746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12746B

Black with #12746B

Text Example


Text Example

White with #12746B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,116,107); }

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

background-color css

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

 a { background-color: rgb(18,116,107); }

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

border-color css

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

 span { border-color: rgb(18,116,107); }

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