Html Css Color HEX #12715A Deep Sea

📋 copy color: '#12715A'

red 18 ◦ green 113 ◦ blue 90

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

Shades of Deep Sea #12715A

Tints of Deep Sea #12715A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 40.72%

R = 8.14%
G = 51.13%
B = 40.72%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#12715A (or 0x12715A) is known color: Deep Sea. HEX triplet: 12, 71 and 5A. RGB value is (18,113,90). Sum of RGB (Red+Green+Blue) = 18+113+90=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 113 (44.53% from 255 or 51.13% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 113 - color contains mainly: green. Hex color #12715A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12715A is #ED8EA5. Grayscale: #515151. Windows color (decimal): -15568550 or 5927186. OLE color: 5927186.

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

Color convert

RGB 18 113 90 -
CMYK 0.84 0 0.20 0.56
HSL 165.47º 0.73% 0.26% -
HSV(B) 165.47º 0.84% 0.44% -
XYZ 8 12.68 11.7 -
YUV 81.97 132.53 82.37 -
System Red Green Blue C M Y K H S L
Decimal 18 113 90 0.84 0 0.20 0.56 165.47 0.73 0.26
Hex 12 71 5A 54 0 14 38 A5 49 1A
Octal 22 161 132 124 0 24 70 245 111 32
Binary 10010 1110001 1011010 1010100 0 10100 111000 10100101 1001001 11010

Color Harmonies of #12715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12715A

Black with #12715A

Text Example


Text Example

White with #12715A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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