Html Css Color HEX #12885C Deep Sea

📋 copy color: '#12885C'

red 18 ◦ green 136 ◦ blue 92

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

Shades of Deep Sea #12885C

Tints of Deep Sea #12885C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 55.28%

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

R = 7.32%
G = 55.28%
B = 37.4%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#12885C (or 0x12885C) is known color: Deep Sea. HEX triplet: 12, 88 and 5C. RGB value is (18,136,92). Sum of RGB (Red+Green+Blue) = 18+136+92=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 136 (53.52% from 255 or 55.28% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 136 - color contains mainly: green. Hex color #12885C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12885C is #ED77A3. Grayscale: #5F5F5F. Windows color (decimal): -15562660 or 6064146. OLE color: 6064146.

HSL color Cylindrical-coordinate representation of color #12885C: hue angle of 157.63º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12885C is Cyan = 0.87, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 136 92 -
CMYK 0.87 0 0.32 0.47
HSL 157.63º 0.77% 0.3% -
HSV(B) 157.63º 0.87% 0.53% -
XYZ 10.99 18.51 13.12 -
YUV 95.7 125.91 72.58 -
System Red Green Blue C M Y K H S L
Decimal 18 136 92 0.87 0 0.32 0.47 157.63 0.77 0.3
Hex 12 88 5C 57 0 20 2F 9E 4D 1E
Octal 22 210 134 127 0 40 57 236 115 36
Binary 10010 10001000 1011100 1010111 0 100000 101111 10011110 1001101 11110

Color Harmonies of #12885C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12885C

Black with #12885C

Text Example


Text Example

White with #12885C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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