Html Css Color HEX #18735A Deep Sea

📋 copy color: '#18735A'

red 24 ◦ green 115 ◦ blue 90

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

Shades of Deep Sea #18735A

Tints of Deep Sea #18735A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50.22%

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

R = 10.48%
G = 50.22%
B = 39.3%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#18735A (or 0x18735A) is known color: Deep Sea. HEX triplet: 18, 73 and 5A. RGB value is (24,115,90). Sum of RGB (Red+Green+Blue) = 24+115+90=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 115 (45.31% from 255 or 50.22% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 115 - color contains mainly: green. Hex color #18735A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18735A is #E78CA5. Grayscale: #545454. Windows color (decimal): -15174822 or 5927704. OLE color: 5927704.

HSL color Cylindrical-coordinate representation of color #18735A: hue angle of 163.52º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18735A is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 24 115 90 -
CMYK 0.79 0 0.22 0.55
HSL 163.52º 0.65% 0.27% -
HSV(B) 163.52º 0.79% 0.45% -
XYZ 8.35 13.19 11.78 -
YUV 84.94 130.85 84.53 -
System Red Green Blue C M Y K H S L
Decimal 24 115 90 0.79 0 0.22 0.55 163.52 0.65 0.27
Hex 18 73 5A 4F 0 16 37 A4 41 1B
Octal 30 163 132 117 0 26 67 244 101 33
Binary 11000 1110011 1011010 1001111 0 10110 110111 10100100 1000001 11011

Color Harmonies of #18735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18735A

Black with #18735A

Text Example


Text Example

White with #18735A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,115,90); }

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

background-color css

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

 a { background-color: rgb(24,115,90); }

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

border-color css

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

 span { border-color: rgb(24,115,90); }

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