Html Css Color HEX #12835B Deep Sea

📋 copy color: '#12835B'

red 18 ◦ green 131 ◦ blue 91

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

Shades of Deep Sea #12835B

Tints of Deep Sea #12835B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.92%

R = 7.5%
G = 54.58%
B = 37.92%

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

#12835B (or 0x12835B) is known color: Deep Sea. HEX triplet: 12, 83 and 5B. RGB value is (18,131,91). Sum of RGB (Red+Green+Blue) = 18+131+91=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 131 (51.56% from 255 or 54.58% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 131 - color contains mainly: green. Hex color #12835B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12835B is #ED7CA4. Grayscale: #5C5C5C. Windows color (decimal): -15563941 or 5997330. OLE color: 5997330.

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

Color convert

RGB 18 131 91 -
CMYK 0.86 0 0.31 0.49
HSL 158.76º 0.76% 0.29% -
HSV(B) 158.76º 0.86% 0.51% -
XYZ 10.25 17.12 12.66 -
YUV 92.65 127.06 74.75 -
System Red Green Blue C M Y K H S L
Decimal 18 131 91 0.86 0 0.31 0.49 158.76 0.76 0.29
Hex 12 83 5B 56 0 1F 31 9F 4C 1D
Octal 22 203 133 126 0 37 61 237 114 35
Binary 10010 10000011 1011011 1010110 0 11111 110001 10011111 1001100 11101

Color Harmonies of #12835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12835B

Black with #12835B

Text Example


Text Example

White with #12835B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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