Html Css Color HEX #12855D Deep Sea

📋 copy color: '#12855D'

red 18 ◦ green 133 ◦ blue 93

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

Shades of Deep Sea #12855D

Tints of Deep Sea #12855D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 54.51%

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

R = 7.38%
G = 54.51%
B = 38.11%

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

#12855D (or 0x12855D) is known color: Deep Sea. HEX triplet: 12, 85 and 5D. RGB value is (18,133,93). Sum of RGB (Red+Green+Blue) = 18+133+93=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 133 (52.34% from 255 or 54.51% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 133 - color contains mainly: green. Hex color #12855D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12855D is #ED7AA2. Grayscale: #5E5E5E. Windows color (decimal): -15563427 or 6128914. OLE color: 6128914.

HSL color Cylindrical-coordinate representation of color #12855D: hue angle of 159.13º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12855D is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 133 93 -
CMYK 0.86 0 0.30 0.48
HSL 159.13º 0.76% 0.3% -
HSV(B) 159.13º 0.86% 0.52% -
XYZ 10.61 17.69 13.21 -
YUV 94.06 127.4 73.75 -
System Red Green Blue C M Y K H S L
Decimal 18 133 93 0.86 0 0.30 0.48 159.13 0.76 0.3
Hex 12 85 5D 56 0 1E 30 9F 4C 1E
Octal 22 205 135 126 0 36 60 237 114 36
Binary 10010 10000101 1011101 1010110 0 11110 110000 10011111 1001100 11110

Color Harmonies of #12855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12855D

Black with #12855D

Text Example


Text Example

White with #12855D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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