Html Css Color HEX #18BDAB Light Sea Green

📋 copy color: '#18BDAB'

red 24 ◦ green 189 ◦ blue 171

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

Shades of Light Sea Green #18BDAB

Tints of Light Sea Green #18BDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.53%

R = 6.25%
G = 49.22%
B = 44.53%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#18BDAB (or 0x18BDAB) is known color: Light Sea Green. HEX triplet: 18, BD and AB. RGB value is (24,189,171). Sum of RGB (Red+Green+Blue) = 24+189+171=384 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.25% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 189 - color contains mainly: green. Hex color #18BDAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BDAB is #E74254. Grayscale: #898989. Windows color (decimal): -15155797 or 11255064. OLE color: 11255064.

HSL color Cylindrical-coordinate representation of color #18BDAB: hue angle of 173.45º 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 #18BDAB is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 24 189 171 -
CMYK 0.87 0 0.10 0.26
HSL 173.45º 0.77% 0.42% -
HSV(B) 173.45º 0.87% 0.74% -
XYZ 25.92 39.53 44.79 -
YUV 137.61 146.84 46.96 -
System Red Green Blue C M Y K H S L
Decimal 24 189 171 0.87 0 0.10 0.26 173.45 0.77 0.42
Hex 18 BD AB 57 0 A 1A AD 4D 2A
Octal 30 275 253 127 0 12 32 255 115 52
Binary 11000 10111101 10101011 1010111 0 1010 11010 10101101 1001101 101010

Color Harmonies of #18BDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BDAB

Black with #18BDAB

Text Example


Text Example

White with #18BDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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