Html Css Color HEX #12835D Deep Sea

📋 copy color: '#12835D'

red 18 ◦ green 131 ◦ blue 93

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

Shades of Deep Sea #12835D

Tints of Deep Sea #12835D

RGB

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

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

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

R = 7.44%
G = 54.13%
B = 38.43%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#12835D (or 0x12835D) is known color: Deep Sea. HEX triplet: 12, 83 and 5D. RGB value is (18,131,93). Sum of RGB (Red+Green+Blue) = 18+131+93=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 131 (51.56% from 255 or 54.13% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 131 - color contains mainly: green. Hex color #12835D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12835D is #ED7CA2. Grayscale: #5C5C5C. Windows color (decimal): -15563939 or 6128402. OLE color: 6128402.

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

Color convert

RGB 18 131 93 -
CMYK 0.86 0 0.29 0.49
HSL 159.82º 0.76% 0.29% -
HSV(B) 159.82º 0.86% 0.51% -
XYZ 10.34 17.15 13.12 -
YUV 92.88 128.06 74.59 -
System Red Green Blue C M Y K H S L
Decimal 18 131 93 0.86 0 0.29 0.49 159.82 0.76 0.29
Hex 12 83 5D 56 0 1D 31 A0 4C 1D
Octal 22 203 135 126 0 35 61 240 114 35
Binary 10010 10000011 1011101 1010110 0 11101 110001 10100000 1001100 11101

Color Harmonies of #12835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12835D

Black with #12835D

Text Example


Text Example

White with #12835D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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