Html Css Color HEX #12885E Deep Sea

📋 copy color: '#12885E'

red 18 ◦ green 136 ◦ blue 94

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

Shades of Deep Sea #12885E

Tints of Deep Sea #12885E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 37.9%

R = 7.26%
G = 54.84%
B = 37.9%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#12885E (or 0x12885E) is known color: Deep Sea. HEX triplet: 12, 88 and 5E. RGB value is (18,136,94). Sum of RGB (Red+Green+Blue) = 18+136+94=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 136 (53.52% from 255 or 54.84% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 136 - color contains mainly: green. Hex color #12885E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12885E is #ED77A1. Grayscale: #5F5F5F. Windows color (decimal): -15562658 or 6195218. OLE color: 6195218.

HSL color Cylindrical-coordinate representation of color #12885E: hue angle of 158.64º 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 #12885E is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 136 94 -
CMYK 0.87 0 0.31 0.47
HSL 158.64º 0.77% 0.3% -
HSV(B) 158.64º 0.87% 0.53% -
XYZ 11.07 18.55 13.59 -
YUV 95.93 126.91 72.42 -
System Red Green Blue C M Y K H S L
Decimal 18 136 94 0.87 0 0.31 0.47 158.64 0.77 0.3
Hex 12 88 5E 57 0 1F 2F 9F 4D 1E
Octal 22 210 136 127 0 37 57 237 115 36
Binary 10010 10001000 1011110 1010111 0 11111 101111 10011111 1001101 11110

Color Harmonies of #12885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12885E

Black with #12885E

Text Example


Text Example

White with #12885E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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