Html Css Color HEX #12835C Deep Sea

📋 copy color: '#12835C'

red 18 ◦ green 131 ◦ blue 92

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

Shades of Deep Sea #12835C

Tints of Deep Sea #12835C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 54.36%

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

R = 7.47%
G = 54.36%
B = 38.17%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#12835C (or 0x12835C) is known color: Deep Sea. HEX triplet: 12, 83 and 5C. RGB value is (18,131,92). Sum of RGB (Red+Green+Blue) = 18+131+92=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 131 (51.56% from 255 or 54.36% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 131 - color contains mainly: green. Hex color #12835C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12835C is #ED7CA3. Grayscale: #5C5C5C. Windows color (decimal): -15563940 or 6062866. OLE color: 6062866.

HSL color Cylindrical-coordinate representation of color #12835C: hue angle of 159.29º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12835C is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 131 92 -
CMYK 0.86 0 0.30 0.49
HSL 159.29º 0.76% 0.29% -
HSV(B) 159.29º 0.86% 0.51% -
XYZ 10.3 17.13 12.89 -
YUV 92.77 127.56 74.67 -
System Red Green Blue C M Y K H S L
Decimal 18 131 92 0.86 0 0.30 0.49 159.29 0.76 0.29
Hex 12 83 5C 56 0 1E 31 9F 4C 1D
Octal 22 203 134 126 0 36 61 237 114 35
Binary 10010 10000011 1011100 1010110 0 11110 110001 10011111 1001100 11101

Color Harmonies of #12835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12835C

Black with #12835C

Text Example


Text Example

White with #12835C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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