Html Css Color HEX #12855C Deep Sea

📋 copy color: '#12855C'

red 18 ◦ green 133 ◦ blue 92

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

Shades of Deep Sea #12855C

Tints of Deep Sea #12855C

RGB

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

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

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

R = 7.41%
G = 54.73%
B = 37.86%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#12855C (or 0x12855C) is known color: Deep Sea. HEX triplet: 12, 85 and 5C. RGB value is (18,133,92). Sum of RGB (Red+Green+Blue) = 18+133+92=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 133 (52.34% from 255 or 54.73% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 133 - color contains mainly: green. Hex color #12855C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12855C is #ED7AA3. Grayscale: #5D5D5D. Windows color (decimal): -15563428 or 6063378. OLE color: 6063378.

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

Color convert

RGB 18 133 92 -
CMYK 0.86 0 0.31 0.48
HSL 158.61º 0.76% 0.3% -
HSV(B) 158.61º 0.86% 0.52% -
XYZ 10.57 17.68 12.98 -
YUV 93.94 126.9 73.83 -
System Red Green Blue C M Y K H S L
Decimal 18 133 92 0.86 0 0.31 0.48 158.61 0.76 0.3
Hex 12 85 5C 56 0 1F 30 9F 4C 1E
Octal 22 205 134 126 0 37 60 237 114 36
Binary 10010 10000101 1011100 1010110 0 11111 110000 10011111 1001100 11110

Color Harmonies of #12855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12855C

Black with #12855C

Text Example


Text Example

White with #12855C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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