Html Css Color HEX #12705E Deep Sea

📋 copy color: '#12705E'

red 18 ◦ green 112 ◦ blue 94

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

Shades of Deep Sea #12705E

Tints of Deep Sea #12705E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 50%

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

R = 8.04%
G = 50%
B = 41.96%

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

#12705E (or 0x12705E) is known color: Deep Sea. HEX triplet: 12, 70 and 5E. RGB value is (18,112,94). Sum of RGB (Red+Green+Blue) = 18+112+94=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #12705E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12705E is #ED8FA1. Grayscale: #515151. Windows color (decimal): -15568802 or 6189074. OLE color: 6189074.

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

Color convert

RGB 18 112 94 -
CMYK 0.84 0 0.16 0.56
HSL 168.51º 0.72% 0.25% -
HSV(B) 168.51º 0.84% 0.44% -
XYZ 8.06 12.53 12.58 -
YUV 81.84 134.86 82.46 -
System Red Green Blue C M Y K H S L
Decimal 18 112 94 0.84 0 0.16 0.56 168.51 0.72 0.25
Hex 12 70 5E 54 0 10 38 A9 48 19
Octal 22 160 136 124 0 20 70 251 110 31
Binary 10010 1110000 1011110 1010100 0 10000 111000 10101001 1001000 11001

Color Harmonies of #12705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12705E

Black with #12705E

Text Example


Text Example

White with #12705E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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