Html Css Color HEX #12725A Deep Sea

📋 copy color: '#12725A'

red 18 ◦ green 114 ◦ blue 90

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

Shades of Deep Sea #12725A

Tints of Deep Sea #12725A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 40.54%

R = 8.11%
G = 51.35%
B = 40.54%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#12725A (or 0x12725A) is known color: Deep Sea. HEX triplet: 12, 72 and 5A. RGB value is (18,114,90). Sum of RGB (Red+Green+Blue) = 18+114+90=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 114 (44.92% from 255 or 51.35% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 114 - color contains mainly: green. Hex color #12725A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12725A is #ED8DA5. Grayscale: #525252. Windows color (decimal): -15568294 or 5927442. OLE color: 5927442.

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

Color convert

RGB 18 114 90 -
CMYK 0.84 0 0.21 0.55
HSL 165º 0.73% 0.26% -
HSV(B) 165º 0.84% 0.45% -
XYZ 8.11 12.9 11.74 -
YUV 82.56 132.2 81.95 -
System Red Green Blue C M Y K H S L
Decimal 18 114 90 0.84 0 0.21 0.55 165 0.73 0.26
Hex 12 72 5A 54 0 15 37 A5 49 1A
Octal 22 162 132 124 0 25 67 245 111 32
Binary 10010 1110010 1011010 1010100 0 10101 110111 10100101 1001001 11010

Color Harmonies of #12725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12725A

Black with #12725A

Text Example


Text Example

White with #12725A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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