Html Css Color HEX #12715D Deep Sea

📋 copy color: '#12715D'

red 18 ◦ green 113 ◦ blue 93

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

Shades of Deep Sea #12715D

Tints of Deep Sea #12715D

RGB

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

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

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

R = 8.04%
G = 50.45%
B = 41.52%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#12715D (or 0x12715D) is known color: Deep Sea. HEX triplet: 12, 71 and 5D. RGB value is (18,113,93). Sum of RGB (Red+Green+Blue) = 18+113+93=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #12715D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12715D is #ED8EA2. Grayscale: #525252. Windows color (decimal): -15568547 or 6123794. OLE color: 6123794.

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

Color convert

RGB 18 113 93 -
CMYK 0.84 0 0.18 0.56
HSL 167.37º 0.73% 0.26% -
HSV(B) 167.37º 0.84% 0.44% -
XYZ 8.13 12.73 12.38 -
YUV 82.32 134.03 82.13 -
System Red Green Blue C M Y K H S L
Decimal 18 113 93 0.84 0 0.18 0.56 167.37 0.73 0.26
Hex 12 71 5D 54 0 12 38 A7 49 1A
Octal 22 161 135 124 0 22 70 247 111 32
Binary 10010 1110001 1011101 1010100 0 10010 111000 10100111 1001001 11010

Color Harmonies of #12715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12715D

Black with #12715D

Text Example


Text Example

White with #12715D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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