Html Css Color HEX #12715B Deep Sea

📋 copy color: '#12715B'

red 18 ◦ green 113 ◦ blue 91

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

Shades of Deep Sea #12715B

Tints of Deep Sea #12715B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 40.99%

R = 8.11%
G = 50.9%
B = 40.99%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#12715B (or 0x12715B) is known color: Deep Sea. HEX triplet: 12, 71 and 5B. RGB value is (18,113,91). Sum of RGB (Red+Green+Blue) = 18+113+91=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 113 (44.53% from 255 or 50.90% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 113 - color contains mainly: green. Hex color #12715B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12715B is #ED8EA4. Grayscale: #525252. Windows color (decimal): -15568549 or 5992722. OLE color: 5992722.

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

Color convert

RGB 18 113 91 -
CMYK 0.84 0 0.19 0.56
HSL 166.11º 0.73% 0.26% -
HSV(B) 166.11º 0.84% 0.44% -
XYZ 8.04 12.69 11.92 -
YUV 82.09 133.03 82.29 -
System Red Green Blue C M Y K H S L
Decimal 18 113 91 0.84 0 0.19 0.56 166.11 0.73 0.26
Hex 12 71 5B 54 0 13 38 A6 49 1A
Octal 22 161 133 124 0 23 70 246 111 32
Binary 10010 1110001 1011011 1010100 0 10011 111000 10100110 1001001 11010

Color Harmonies of #12715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12715B

Black with #12715B

Text Example


Text Example

White with #12715B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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