#18835B

Color #18835B Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #18835B

Tints of Deep Sea #18835B

Color information

#18835B (or 0x18835B) is unknown color: approx Deep Sea. HEX triplet: 18, 83 and 5B. RGB value is (24,131,91). Sum of RGB (Red+Green+Blue) = 24+131+91=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 131 (51.56% from 255 or 53.25% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 131 - color contains mainly: green. Hex color #18835B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18835B is #E77CA4. Grayscale: #5E5E5E. Windows color (decimal): -15170725 or 5997336. OLE color: 5997336.

HSL color Cylindrical-coordinate representation of color #18835B: hue angle of 157.57º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18835B is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB2413191-
CMYK0.8200.310.49
HSL157.57º69.03%30.39%-
HSV(B)157.57º81.68%51.37%-
XYZ10.3817.1812.67-
YUV94.45126.0577.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.76%
GREEN value IS 131 (51.56% from 255) = 53.25%
BLUE value IS 91 (35.94% from 255) = 36.99%
R=9.76%
G=53.25%
B=36.99%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24131910.8200.310.49157.5769.0330.39
Hex18835B5201F319e451e
Octal302031331220376123610536
Binary11000100000111011011101001001111111000110011110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18835B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #18835B;
 }
 .AnyTagClassName
 {
   color: #18835B;
 }
</style>
background-color css

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

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

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

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

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

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