Html Css Color HEX #12735B Deep Sea

📋 copy color: '#12735B'

red 18 ◦ green 115 ◦ blue 91

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

Shades of Deep Sea #12735B

Tints of Deep Sea #12735B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 51.34%

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

R = 8.04%
G = 51.34%
B = 40.63%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#12735B (or 0x12735B) is known color: Deep Sea. HEX triplet: 12, 73 and 5B. RGB value is (18,115,91). Sum of RGB (Red+Green+Blue) = 18+115+91=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #12735B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12735B is #ED8CA4. Grayscale: #535353. Windows color (decimal): -15568037 or 5993234. OLE color: 5993234.

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

Color convert

RGB 18 115 91 -
CMYK 0.84 0 0.21 0.55
HSL 165.15º 0.73% 0.26% -
HSV(B) 165.15º 0.84% 0.45% -
XYZ 8.27 13.15 12 -
YUV 83.26 132.36 81.45 -
System Red Green Blue C M Y K H S L
Decimal 18 115 91 0.84 0 0.21 0.55 165.15 0.73 0.26
Hex 12 73 5B 54 0 15 37 A5 49 1A
Octal 22 163 133 124 0 25 67 245 111 32
Binary 10010 1110011 1011011 1010100 0 10101 110111 10100101 1001001 11010

Color Harmonies of #12735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12735B

Black with #12735B

Text Example


Text Example

White with #12735B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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