Html Css Color HEX #12715E Deep Sea

📋 copy color: '#12715E'

red 18 ◦ green 113 ◦ blue 94

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

Shades of Deep Sea #12715E

Tints of Deep Sea #12715E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 41.78%

R = 8%
G = 50.22%
B = 41.78%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#12715E (or 0x12715E) is known color: Deep Sea. HEX triplet: 12, 71 and 5E. RGB value is (18,113,94). Sum of RGB (Red+Green+Blue) = 18+113+94=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #12715E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12715E is #ED8EA1. Grayscale: #525252. Windows color (decimal): -15568546 or 6189330. OLE color: 6189330.

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

Color convert

RGB 18 113 94 -
CMYK 0.84 0 0.17 0.56
HSL 168º 0.73% 0.26% -
HSV(B) 168º 0.84% 0.44% -
XYZ 8.17 12.75 12.62 -
YUV 82.43 134.53 82.04 -
System Red Green Blue C M Y K H S L
Decimal 18 113 94 0.84 0 0.17 0.56 168 0.73 0.26
Hex 12 71 5E 54 0 11 38 A8 49 1A
Octal 22 161 136 124 0 21 70 250 111 32
Binary 10010 1110001 1011110 1010100 0 10001 111000 10101000 1001001 11010

Color Harmonies of #12715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12715E

Black with #12715E

Text Example


Text Example

White with #12715E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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