Html Css Color HEX #12835F Deep Sea

📋 copy color: '#12835F'

red 18 ◦ green 131 ◦ blue 95

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

Shades of Deep Sea #12835F

Tints of Deep Sea #12835F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38.93%

R = 7.38%
G = 53.69%
B = 38.93%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#12835F (or 0x12835F) is known color: Deep Sea. HEX triplet: 12, 83 and 5F. RGB value is (18,131,95). Sum of RGB (Red+Green+Blue) = 18+131+95=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 131 (51.56% from 255 or 53.69% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 131 - color contains mainly: green. Hex color #12835F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12835F is #ED7CA0. Grayscale: #5D5D5D. Windows color (decimal): -15563937 or 6259474. OLE color: 6259474.

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

Color convert

RGB 18 131 95 -
CMYK 0.86 0 0.27 0.49
HSL 160.89º 0.76% 0.29% -
HSV(B) 160.89º 0.86% 0.51% -
XYZ 10.43 17.19 13.59 -
YUV 93.11 129.06 74.43 -
System Red Green Blue C M Y K H S L
Decimal 18 131 95 0.86 0 0.27 0.49 160.89 0.76 0.29
Hex 12 83 5F 56 0 1B 31 A1 4C 1D
Octal 22 203 137 126 0 33 61 241 114 35
Binary 10010 10000011 1011111 1010110 0 11011 110001 10100001 1001100 11101

Color Harmonies of #12835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12835F

Black with #12835F

Text Example


Text Example

White with #12835F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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