Html Css Color HEX #12875D Deep Sea

📋 copy color: '#12875D'

red 18 ◦ green 135 ◦ blue 93

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

Shades of Deep Sea #12875D

Tints of Deep Sea #12875D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 54.88%

 BLUE value IS 93 (36.72% from 255) = 37.8%

R = 7.32%
G = 54.88%
B = 37.8%

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

#12875D (or 0x12875D) is known color: Deep Sea. HEX triplet: 12, 87 and 5D. RGB value is (18,135,93). Sum of RGB (Red+Green+Blue) = 18+135+93=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 135 (53.12% from 255 or 54.88% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 135 - color contains mainly: green. Hex color #12875D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12875D is #ED78A2. Grayscale: #5F5F5F. Windows color (decimal): -15562915 or 6129426. OLE color: 6129426.

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

Color convert

RGB 18 135 93 -
CMYK 0.87 0 0.31 0.47
HSL 158.46º 0.76% 0.3% -
HSV(B) 158.46º 0.87% 0.53% -
XYZ 10.89 18.25 13.3 -
YUV 95.23 126.74 72.92 -
System Red Green Blue C M Y K H S L
Decimal 18 135 93 0.87 0 0.31 0.47 158.46 0.76 0.3
Hex 12 87 5D 57 0 1F 2F 9E 4C 1E
Octal 22 207 135 127 0 37 57 236 114 36
Binary 10010 10000111 1011101 1010111 0 11111 101111 10011110 1001100 11110

Color Harmonies of #12875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12875D

Black with #12875D

Text Example


Text Example

White with #12875D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12875D; }

 p { color: rgb(18,135,93); }

 H1.HeaderClassName
 {
   color: #12875D;
 }
 .AnyTagClassName
 {
   color: #12875D;
 }
</style>

background-color css

<style>
 a { background-color: #12875D; }

 a { background-color: rgb(18,135,93); }

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

border-color css

<style>
 span { border-color: #12875D; }

 span { border-color: rgb(18,135,93); }

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