Html Css Color HEX #18BD9D Light Sea Green

📋 copy color: '#18BD9D'

red 24 ◦ green 189 ◦ blue 157

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

Shades of Light Sea Green #18BD9D

Tints of Light Sea Green #18BD9D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 51.08%

 BLUE value IS 157 (61.72% from 255) = 42.43%

R = 6.49%
G = 51.08%
B = 42.43%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#18BD9D (or 0x18BD9D) is known color: Light Sea Green. HEX triplet: 18, BD and 9D. RGB value is (24,189,157). Sum of RGB (Red+Green+Blue) = 24+189+157=370 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.49% from 370); Green value is 189 (74.22% from 255 or 51.08% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 189 - color contains mainly: green. Hex color #18BD9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BD9D is #E74262. Grayscale: #878787. Windows color (decimal): -15155811 or 10337560. OLE color: 10337560.

HSL color Cylindrical-coordinate representation of color #18BD9D: hue angle of 168.36º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BD9D is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 24 189 157 -
CMYK 0.87 0 0.17 0.26
HSL 168.36º 0.77% 0.42% -
HSV(B) 168.36º 0.87% 0.74% -
XYZ 24.66 39.02 38.13 -
YUV 136.02 139.84 48.1 -
System Red Green Blue C M Y K H S L
Decimal 24 189 157 0.87 0 0.17 0.26 168.36 0.77 0.42
Hex 18 BD 9D 57 0 11 1A A8 4D 2A
Octal 30 275 235 127 0 21 32 250 115 52
Binary 11000 10111101 10011101 1010111 0 10001 11010 10101000 1001101 101010

Color Harmonies of #18BD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BD9D

Black with #18BD9D

Text Example


Text Example

White with #18BD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18BD9D; }

 p { color: rgb(24,189,157); }

 H1.HeaderClassName
 {
   color: #18BD9D;
 }
 .AnyTagClassName
 {
   color: #18BD9D;
 }
</style>

background-color css

<style>
 a { background-color: #18BD9D; }

 a { background-color: rgb(24,189,157); }

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

border-color css

<style>
 span { border-color: #18BD9D; }

 span { border-color: rgb(24,189,157); }

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