Html Css Color HEX #18BCAA Light Sea Green

📋 copy color: '#18BCAA'

red 24 ◦ green 188 ◦ blue 170

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

Shades of Light Sea Green #18BCAA

Tints of Light Sea Green #18BCAA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.21%

 BLUE value IS 170 (66.8% from 255) = 44.5%

R = 6.28%
G = 49.21%
B = 44.5%

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

#18BCAA (or 0x18BCAA) is known color: Light Sea Green. HEX triplet: 18, BC and AA. RGB value is (24,188,170). Sum of RGB (Red+Green+Blue) = 24+188+170=382 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.28% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #18BCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BCAA is #E74355. Grayscale: #888888. Windows color (decimal): -15156054 or 11189272. OLE color: 11189272.

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

Color convert

RGB 24 188 170 -
CMYK 0.87 0 0.10 0.26
HSL 173.41º 0.77% 0.42% -
HSV(B) 173.41º 0.87% 0.74% -
XYZ 25.62 39.06 44.22 -
YUV 136.91 146.67 47.46 -
System Red Green Blue C M Y K H S L
Decimal 24 188 170 0.87 0 0.10 0.26 173.41 0.77 0.42
Hex 18 BC AA 57 0 A 1A AD 4D 2A
Octal 30 274 252 127 0 12 32 255 115 52
Binary 11000 10111100 10101010 1010111 0 1010 11010 10101101 1001101 101010

Color Harmonies of #18BCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BCAA

Black with #18BCAA

Text Example


Text Example

White with #18BCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,188,170); }

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

background-color css

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

 a { background-color: rgb(24,188,170); }

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

border-color css

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

 span { border-color: rgb(24,188,170); }

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