Html Css Color HEX #12725C Deep Sea

📋 copy color: '#12725C'

red 18 ◦ green 114 ◦ blue 92

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

Shades of Deep Sea #12725C

Tints of Deep Sea #12725C

RGB

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

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

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

R = 8.04%
G = 50.89%
B = 41.07%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#12725C (or 0x12725C) is known color: Deep Sea. HEX triplet: 12, 72 and 5C. RGB value is (18,114,92). Sum of RGB (Red+Green+Blue) = 18+114+92=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 114 (44.92% from 255 or 50.89% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 114 - color contains mainly: green. Hex color #12725C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12725C is #ED8DA3. Grayscale: #525252. Windows color (decimal): -15568292 or 6058514. OLE color: 6058514.

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

Color convert

RGB 18 114 92 -
CMYK 0.84 0 0.19 0.55
HSL 166.25º 0.73% 0.26% -
HSV(B) 166.25º 0.84% 0.45% -
XYZ 8.2 12.94 12.19 -
YUV 82.79 133.2 81.79 -
System Red Green Blue C M Y K H S L
Decimal 18 114 92 0.84 0 0.19 0.55 166.25 0.73 0.26
Hex 12 72 5C 54 0 13 37 A6 49 1A
Octal 22 162 134 124 0 23 67 246 111 32
Binary 10010 1110010 1011100 1010100 0 10011 110111 10100110 1001001 11010

Color Harmonies of #12725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12725C

Black with #12725C

Text Example


Text Example

White with #12725C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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