Html Css Color HEX #12835A Deep Sea

📋 copy color: '#12835A'

red 18 ◦ green 131 ◦ blue 90

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

Shades of Deep Sea #12835A

Tints of Deep Sea #12835A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.66%

R = 7.53%
G = 54.81%
B = 37.66%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#12835A (or 0x12835A) is known color: Deep Sea. HEX triplet: 12, 83 and 5A. RGB value is (18,131,90). Sum of RGB (Red+Green+Blue) = 18+131+90=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 131 (51.56% from 255 or 54.81% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 131 - color contains mainly: green. Hex color #12835A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12835A is #ED7CA5. Grayscale: #5C5C5C. Windows color (decimal): -15563942 or 5931794. OLE color: 5931794.

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

Color convert

RGB 18 131 90 -
CMYK 0.86 0 0.31 0.49
HSL 158.23º 0.76% 0.29% -
HSV(B) 158.23º 0.86% 0.51% -
XYZ 10.21 17.1 12.44 -
YUV 92.54 126.56 74.83 -
System Red Green Blue C M Y K H S L
Decimal 18 131 90 0.86 0 0.31 0.49 158.23 0.76 0.29
Hex 12 83 5A 56 0 1F 31 9E 4C 1D
Octal 22 203 132 126 0 37 61 236 114 35
Binary 10010 10000011 1011010 1010110 0 11111 110001 10011110 1001100 11101

Color Harmonies of #12835A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12835A

Black with #12835A

Text Example


Text Example

White with #12835A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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