Html Css Color HEX #12705C Deep Sea

📋 copy color: '#12705C'

red 18 ◦ green 112 ◦ blue 92

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

Shades of Deep Sea #12705C

Tints of Deep Sea #12705C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 41.44%

R = 8.11%
G = 50.45%
B = 41.44%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#12705C (or 0x12705C) is known color: Deep Sea. HEX triplet: 12, 70 and 5C. RGB value is (18,112,92). Sum of RGB (Red+Green+Blue) = 18+112+92=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #12705C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12705C is #ED8FA3. Grayscale: #515151. Windows color (decimal): -15568804 or 6058002. OLE color: 6058002.

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

Color convert

RGB 18 112 92 -
CMYK 0.84 0 0.18 0.56
HSL 167.23º 0.72% 0.25% -
HSV(B) 167.23º 0.84% 0.44% -
XYZ 7.98 12.49 12.12 -
YUV 81.61 133.86 82.63 -
System Red Green Blue C M Y K H S L
Decimal 18 112 92 0.84 0 0.18 0.56 167.23 0.72 0.25
Hex 12 70 5C 54 0 12 38 A7 48 19
Octal 22 160 134 124 0 22 70 247 110 31
Binary 10010 1110000 1011100 1010100 0 10010 111000 10100111 1001000 11001

Color Harmonies of #12705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12705C

Black with #12705C

Text Example


Text Example

White with #12705C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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