Html Css Color HEX #12725B Deep Sea

📋 copy color: '#12725B'

red 18 ◦ green 114 ◦ blue 91

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

Shades of Deep Sea #12725B

Tints of Deep Sea #12725B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 51.12%

 BLUE value IS 91 (35.94% from 255) = 40.81%

R = 8.07%
G = 51.12%
B = 40.81%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#12725B (or 0x12725B) is known color: Deep Sea. HEX triplet: 12, 72 and 5B. RGB value is (18,114,91). Sum of RGB (Red+Green+Blue) = 18+114+91=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 114 (44.92% from 255 or 51.12% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 114 - color contains mainly: green. Hex color #12725B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12725B is #ED8DA4. Grayscale: #525252. Windows color (decimal): -15568293 or 5992978. OLE color: 5992978.

HSL color Cylindrical-coordinate representation of color #12725B: hue angle of 165.62º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12725B is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 114 91 -
CMYK 0.84 0 0.20 0.55
HSL 165.63º 0.73% 0.26% -
HSV(B) 165.63º 0.84% 0.45% -
XYZ 8.16 12.92 11.96 -
YUV 82.67 132.7 81.87 -
System Red Green Blue C M Y K H S L
Decimal 18 114 91 0.84 0 0.20 0.55 165.63 0.73 0.26
Hex 12 72 5B 54 0 14 37 A6 49 1A
Octal 22 162 133 124 0 24 67 246 111 32
Binary 10010 1110010 1011011 1010100 0 10100 110111 10100110 1001001 11010

Color Harmonies of #12725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12725B

Black with #12725B

Text Example


Text Example

White with #12725B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12725B; }

 p { color: rgb(18,114,91); }

 H1.HeaderClassName
 {
   color: #12725B;
 }
 .AnyTagClassName
 {
   color: #12725B;
 }
</style>

background-color css

<style>
 a { background-color: #12725B; }

 a { background-color: rgb(18,114,91); }

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

border-color css

<style>
 span { border-color: #12725B; }

 span { border-color: rgb(18,114,91); }

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