Html Css Color HEX #12735D Deep Sea

📋 copy color: '#12735D'

red 18 ◦ green 115 ◦ blue 93

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

Shades of Deep Sea #12735D

Tints of Deep Sea #12735D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 41.15%

R = 7.96%
G = 50.88%
B = 41.15%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#12735D (or 0x12735D) is known color: Deep Sea. HEX triplet: 12, 73 and 5D. RGB value is (18,115,93). Sum of RGB (Red+Green+Blue) = 18+115+93=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 115 (45.31% from 255 or 50.88% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 115 - color contains mainly: green. Hex color #12735D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12735D is #ED8CA2. Grayscale: #535353. Windows color (decimal): -15568035 or 6124306. OLE color: 6124306.

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

Color convert

RGB 18 115 93 -
CMYK 0.84 0 0.19 0.55
HSL 166.39º 0.73% 0.26% -
HSV(B) 166.39º 0.84% 0.45% -
XYZ 8.36 13.18 12.46 -
YUV 83.49 133.36 81.29 -
System Red Green Blue C M Y K H S L
Decimal 18 115 93 0.84 0 0.19 0.55 166.39 0.73 0.26
Hex 12 73 5D 54 0 13 37 A6 49 1A
Octal 22 163 135 124 0 23 67 246 111 32
Binary 10010 1110011 1011101 1010100 0 10011 110111 10100110 1001001 11010

Color Harmonies of #12735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12735D

Black with #12735D

Text Example


Text Example

White with #12735D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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