Html Css Color HEX #12745B Deep Sea

📋 copy color: '#12745B'

red 18 ◦ green 116 ◦ blue 91

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

Shades of Deep Sea #12745B

Tints of Deep Sea #12745B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 40.44%

R = 8%
G = 51.56%
B = 40.44%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#12745B (or 0x12745B) is known color: Deep Sea. HEX triplet: 12, 74 and 5B. RGB value is (18,116,91). Sum of RGB (Red+Green+Blue) = 18+116+91=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 116 (45.70% from 255 or 51.56% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 116 - color contains mainly: green. Hex color #12745B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12745B is #ED8BA4. Grayscale: #535353. Windows color (decimal): -15567781 or 5993490. OLE color: 5993490.

HSL color Cylindrical-coordinate representation of color #12745B: hue angle of 164.69º 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 #12745B is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 116 91 -
CMYK 0.84 0 0.22 0.55
HSL 164.69º 0.73% 0.26% -
HSV(B) 164.69º 0.84% 0.45% -
XYZ 8.38 13.37 12.04 -
YUV 83.85 132.03 81.03 -
System Red Green Blue C M Y K H S L
Decimal 18 116 91 0.84 0 0.22 0.55 164.69 0.73 0.26
Hex 12 74 5B 54 0 16 37 A5 49 1A
Octal 22 164 133 124 0 26 67 245 111 32
Binary 10010 1110100 1011011 1010100 0 10110 110111 10100101 1001001 11010

Color Harmonies of #12745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12745B

Black with #12745B

Text Example


Text Example

White with #12745B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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