Html Css Color HEX #12735C Deep Sea

📋 copy color: '#12735C'

red 18 ◦ green 115 ◦ blue 92

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

Shades of Deep Sea #12735C

Tints of Deep Sea #12735C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 40.89%

R = 8%
G = 51.11%
B = 40.89%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#12735C (or 0x12735C) is known color: Deep Sea. HEX triplet: 12, 73 and 5C. RGB value is (18,115,92). Sum of RGB (Red+Green+Blue) = 18+115+92=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #12735C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12735C is #ED8CA3. Grayscale: #535353. Windows color (decimal): -15568036 or 6058770. OLE color: 6058770.

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

Color convert

RGB 18 115 92 -
CMYK 0.84 0 0.20 0.55
HSL 165.77º 0.73% 0.26% -
HSV(B) 165.77º 0.84% 0.45% -
XYZ 8.31 13.16 12.23 -
YUV 83.38 132.86 81.37 -
System Red Green Blue C M Y K H S L
Decimal 18 115 92 0.84 0 0.20 0.55 165.77 0.73 0.26
Hex 12 73 5C 54 0 14 37 A6 49 1A
Octal 22 163 134 124 0 24 67 246 111 32
Binary 10010 1110011 1011100 1010100 0 10100 110111 10100110 1001001 11010

Color Harmonies of #12735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12735C

Black with #12735C

Text Example


Text Example

White with #12735C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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