Html Css Color HEX #12875C Deep Sea

📋 copy color: '#12875C'

red 18 ◦ green 135 ◦ blue 92

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

Shades of Deep Sea #12875C

Tints of Deep Sea #12875C

RGB

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

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

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

R = 7.35%
G = 55.1%
B = 37.55%

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

#12875C (or 0x12875C) is known color: Deep Sea. HEX triplet: 12, 87 and 5C. RGB value is (18,135,92). Sum of RGB (Red+Green+Blue) = 18+135+92=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #12875C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12875C is #ED78A3. Grayscale: #5F5F5F. Windows color (decimal): -15562916 or 6063890. OLE color: 6063890.

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

Color convert

RGB 18 135 92 -
CMYK 0.87 0 0.32 0.47
HSL 157.95º 0.76% 0.3% -
HSV(B) 157.95º 0.87% 0.53% -
XYZ 10.85 18.23 13.07 -
YUV 95.12 126.24 73 -
System Red Green Blue C M Y K H S L
Decimal 18 135 92 0.87 0 0.32 0.47 157.95 0.76 0.3
Hex 12 87 5C 57 0 20 2F 9E 4C 1E
Octal 22 207 134 127 0 40 57 236 114 36
Binary 10010 10000111 1011100 1010111 0 100000 101111 10011110 1001100 11110

Color Harmonies of #12875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12875C

Black with #12875C

Text Example


Text Example

White with #12875C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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