Html Css Color HEX #12845C Deep Sea

📋 copy color: '#12845C'

red 18 ◦ green 132 ◦ blue 92

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

Shades of Deep Sea #12845C

Tints of Deep Sea #12845C

RGB

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

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

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

R = 7.44%
G = 54.55%
B = 38.02%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#12845C (or 0x12845C) is known color: Deep Sea. HEX triplet: 12, 84 and 5C. RGB value is (18,132,92). Sum of RGB (Red+Green+Blue) = 18+132+92=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 132 (51.95% from 255 or 54.55% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 132 - color contains mainly: green. Hex color #12845C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12845C is #ED7BA3. Grayscale: #5D5D5D. Windows color (decimal): -15563684 or 6063122. OLE color: 6063122.

HSL color Cylindrical-coordinate representation of color #12845C: hue angle of 158.95º 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 #12845C is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 132 92 -
CMYK 0.86 0 0.30 0.48
HSL 158.95º 0.76% 0.29% -
HSV(B) 158.95º 0.86% 0.52% -
XYZ 10.43 17.4 12.93 -
YUV 93.35 127.23 74.25 -
System Red Green Blue C M Y K H S L
Decimal 18 132 92 0.86 0 0.30 0.48 158.95 0.76 0.29
Hex 12 84 5C 56 0 1E 30 9F 4C 1D
Octal 22 204 134 126 0 36 60 237 114 35
Binary 10010 10000100 1011100 1010110 0 11110 110000 10011111 1001100 11101

Color Harmonies of #12845C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12845C

Black with #12845C

Text Example


Text Example

White with #12845C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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