Html Css Color HEX #12715F Deep Sea

📋 copy color: '#12715F'

red 18 ◦ green 113 ◦ blue 95

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

Shades of Deep Sea #12715F

Tints of Deep Sea #12715F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 50%

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

R = 7.96%
G = 50%
B = 42.04%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#12715F (or 0x12715F) is known color: Deep Sea. HEX triplet: 12, 71 and 5F. RGB value is (18,113,95). Sum of RGB (Red+Green+Blue) = 18+113+95=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 113 (44.53% from 255 or 50% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 113 - color contains mainly: green. Hex color #12715F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12715F is #ED8EA0. Grayscale: #525252. Windows color (decimal): -15568545 or 6254866. OLE color: 6254866.

HSL color Cylindrical-coordinate representation of color #12715F: hue angle of 168.63º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12715F is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 113 95 -
CMYK 0.84 0 0.16 0.56
HSL 168.63º 0.73% 0.26% -
HSV(B) 168.63º 0.84% 0.44% -
XYZ 8.22 12.77 12.86 -
YUV 82.54 135.03 81.96 -
System Red Green Blue C M Y K H S L
Decimal 18 113 95 0.84 0 0.16 0.56 168.63 0.73 0.26
Hex 12 71 5F 54 0 10 38 A9 49 1A
Octal 22 161 137 124 0 20 70 251 111 32
Binary 10010 1110001 1011111 1010100 0 10000 111000 10101001 1001001 11010

Color Harmonies of #12715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12715F

Black with #12715F

Text Example


Text Example

White with #12715F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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