Html Css Color HEX #12705D Deep Sea

📋 copy color: '#12705D'

red 18 ◦ green 112 ◦ blue 93

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

Shades of Deep Sea #12705D

Tints of Deep Sea #12705D

RGB

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

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

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

R = 8.07%
G = 50.22%
B = 41.7%

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

#12705D (or 0x12705D) is known color: Deep Sea. HEX triplet: 12, 70 and 5D. RGB value is (18,112,93). Sum of RGB (Red+Green+Blue) = 18+112+93=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #12705D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12705D is #ED8FA2. Grayscale: #515151. Windows color (decimal): -15568803 or 6123538. OLE color: 6123538.

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

Color convert

RGB 18 112 93 -
CMYK 0.84 0 0.17 0.56
HSL 167.87º 0.72% 0.25% -
HSV(B) 167.87º 0.84% 0.44% -
XYZ 8.02 12.51 12.35 -
YUV 81.73 134.36 82.54 -
System Red Green Blue C M Y K H S L
Decimal 18 112 93 0.84 0 0.17 0.56 167.87 0.72 0.25
Hex 12 70 5D 54 0 11 38 A8 48 19
Octal 22 160 135 124 0 21 70 250 110 31
Binary 10010 1110000 1011101 1010100 0 10001 111000 10101000 1001000 11001

Color Harmonies of #12705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12705D

Black with #12705D

Text Example


Text Example

White with #12705D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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