Html Css Color HEX #12845F Deep Sea

📋 copy color: '#12845F'

red 18 ◦ green 132 ◦ blue 95

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

Shades of Deep Sea #12845F

Tints of Deep Sea #12845F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.88%

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

R = 7.35%
G = 53.88%
B = 38.78%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#12845F (or 0x12845F) is known color: Deep Sea. HEX triplet: 12, 84 and 5F. RGB value is (18,132,95). Sum of RGB (Red+Green+Blue) = 18+132+95=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 132 (51.95% from 255 or 53.88% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 132 - color contains mainly: green. Hex color #12845F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12845F is #ED7BA0. Grayscale: #5D5D5D. Windows color (decimal): -15563681 or 6259730. OLE color: 6259730.

HSL color Cylindrical-coordinate representation of color #12845F: hue angle of 160.53º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12845F is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 132 95 -
CMYK 0.86 0 0.28 0.48
HSL 160.53º 0.76% 0.29% -
HSV(B) 160.53º 0.86% 0.52% -
XYZ 10.57 17.46 13.64 -
YUV 93.7 128.73 74.01 -
System Red Green Blue C M Y K H S L
Decimal 18 132 95 0.86 0 0.28 0.48 160.53 0.76 0.29
Hex 12 84 5F 56 0 1C 30 A1 4C 1D
Octal 22 204 137 126 0 34 60 241 114 35
Binary 10010 10000100 1011111 1010110 0 11100 110000 10100001 1001100 11101

Color Harmonies of #12845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12845F

Black with #12845F

Text Example


Text Example

White with #12845F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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