Html Css Color HEX #12735F Deep Sea

📋 copy color: '#12735F'

red 18 ◦ green 115 ◦ blue 95

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

Shades of Deep Sea #12735F

Tints of Deep Sea #12735F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 41.67%

R = 7.89%
G = 50.44%
B = 41.67%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#12735F (or 0x12735F) is known color: Deep Sea. HEX triplet: 12, 73 and 5F. RGB value is (18,115,95). Sum of RGB (Red+Green+Blue) = 18+115+95=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #12735F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12735F is #ED8CA0. Grayscale: #535353. Windows color (decimal): -15568033 or 6255378. OLE color: 6255378.

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

Color convert

RGB 18 115 95 -
CMYK 0.84 0 0.17 0.55
HSL 167.63º 0.73% 0.26% -
HSV(B) 167.63º 0.84% 0.45% -
XYZ 8.45 13.22 12.93 -
YUV 83.72 134.36 81.13 -
System Red Green Blue C M Y K H S L
Decimal 18 115 95 0.84 0 0.17 0.55 167.63 0.73 0.26
Hex 12 73 5F 54 0 11 37 A8 49 1A
Octal 22 163 137 124 0 21 67 250 111 32
Binary 10010 1110011 1011111 1010100 0 10001 110111 10101000 1001001 11010

Color Harmonies of #12735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12735F

Black with #12735F

Text Example


Text Example

White with #12735F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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