Html Css Color HEX #12855F Deep Sea

📋 copy color: '#12855F'

red 18 ◦ green 133 ◦ blue 95

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

Shades of Deep Sea #12855F

Tints of Deep Sea #12855F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38.62%

R = 7.32%
G = 54.07%
B = 38.62%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#12855F (or 0x12855F) is known color: Deep Sea. HEX triplet: 12, 85 and 5F. RGB value is (18,133,95). Sum of RGB (Red+Green+Blue) = 18+133+95=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 133 (52.34% from 255 or 54.07% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 133 - color contains mainly: green. Hex color #12855F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12855F is #ED7AA0. Grayscale: #5E5E5E. Windows color (decimal): -15563425 or 6259986. OLE color: 6259986.

HSL color Cylindrical-coordinate representation of color #12855F: hue angle of 160.17º 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 #12855F is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 133 95 -
CMYK 0.86 0 0.29 0.48
HSL 160.17º 0.76% 0.3% -
HSV(B) 160.17º 0.86% 0.52% -
XYZ 10.7 17.73 13.68 -
YUV 94.28 128.4 73.59 -
System Red Green Blue C M Y K H S L
Decimal 18 133 95 0.86 0 0.29 0.48 160.17 0.76 0.3
Hex 12 85 5F 56 0 1D 30 A0 4C 1E
Octal 22 205 137 126 0 35 60 240 114 36
Binary 10010 10000101 1011111 1010110 0 11101 110000 10100000 1001100 11110

Color Harmonies of #12855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12855F

Black with #12855F

Text Example


Text Example

White with #12855F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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