Html Css Color HEX #18835E Deep Sea

📋 copy color: '#18835E'

red 24 ◦ green 131 ◦ blue 94

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

Shades of Deep Sea #18835E

Tints of Deep Sea #18835E

RGB

 RED value IS 24 (9.77% from 255) = 9.64%

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

 BLUE value IS 94 (37.11% from 255) = 37.75%

R = 9.64%
G = 52.61%
B = 37.75%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#18835E (or 0x18835E) is known color: Deep Sea. HEX triplet: 18, 83 and 5E. RGB value is (24,131,94). Sum of RGB (Red+Green+Blue) = 24+131+94=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 131 (51.56% from 255 or 52.61% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 131 - color contains mainly: green. Hex color #18835E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18835E is #E77CA1. Grayscale: #5E5E5E. Windows color (decimal): -15170722 or 6193944. OLE color: 6193944.

HSL color Cylindrical-coordinate representation of color #18835E: hue angle of 159.25º 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 #18835E is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 24 131 94 -
CMYK 0.82 0 0.28 0.49
HSL 159.25º 0.69% 0.3% -
HSV(B) 159.25º 0.82% 0.51% -
XYZ 10.51 17.23 13.36 -
YUV 94.79 127.55 77.51 -
System Red Green Blue C M Y K H S L
Decimal 24 131 94 0.82 0 0.28 0.49 159.25 0.69 0.3
Hex 18 83 5E 52 0 1C 31 9F 45 1E
Octal 30 203 136 122 0 34 61 237 105 36
Binary 11000 10000011 1011110 1010010 0 11100 110001 10011111 1000101 11110

Color Harmonies of #18835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18835E

Black with #18835E

Text Example


Text Example

White with #18835E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18835E;
 }
 .AnyTagClassName
 {
   color: #18835E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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