Html Css Color HEX #12725F Deep Sea

📋 copy color: '#12725F'

red 18 ◦ green 114 ◦ blue 95

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

Shades of Deep Sea #12725F

Tints of Deep Sea #12725F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 41.85%

R = 7.93%
G = 50.22%
B = 41.85%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#12725F (or 0x12725F) is known color: Deep Sea. HEX triplet: 12, 72 and 5F. RGB value is (18,114,95). Sum of RGB (Red+Green+Blue) = 18+114+95=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 114 (44.92% from 255 or 50.22% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 114 - color contains mainly: green. Hex color #12725F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12725F is #ED8DA0. Grayscale: #535353. Windows color (decimal): -15568289 or 6255122. OLE color: 6255122.

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

Color convert

RGB 18 114 95 -
CMYK 0.84 0 0.17 0.55
HSL 168.13º 0.73% 0.26% -
HSV(B) 168.13º 0.84% 0.45% -
XYZ 8.33 12.99 12.89 -
YUV 83.13 134.7 81.54 -
System Red Green Blue C M Y K H S L
Decimal 18 114 95 0.84 0 0.17 0.55 168.13 0.73 0.26
Hex 12 72 5F 54 0 11 37 A8 49 1A
Octal 22 162 137 124 0 21 67 250 111 32
Binary 10010 1110010 1011111 1010100 0 10001 110111 10101000 1001001 11010

Color Harmonies of #12725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12725F

Black with #12725F

Text Example


Text Example

White with #12725F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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