Html Css Color HEX #18B2AA Light Sea Green

📋 copy color: '#18B2AA'

red 24 ◦ green 178 ◦ blue 170

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

Shades of Light Sea Green #18B2AA

Tints of Light Sea Green #18B2AA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.85%

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

R = 6.45%
G = 47.85%
B = 45.7%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#18B2AA (or 0x18B2AA) is known color: Light Sea Green. HEX triplet: 18, B2 and AA. RGB value is (24,178,170). Sum of RGB (Red+Green+Blue) = 24+178+170=372 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.45% from 372); Green value is 178 (69.92% from 255 or 47.85% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 178 - color contains mainly: green. Hex color #18B2AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18B2AA is #E74D55. Grayscale: #828282. Windows color (decimal): -15158614 or 11186712. OLE color: 11186712.

HSL color Cylindrical-coordinate representation of color #18B2AA: hue angle of 176.88º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B2AA is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 24 178 170 -
CMYK 0.87 0 0.04 0.30
HSL 176.88º 0.76% 0.4% -
HSV(B) 176.88º 0.87% 0.7% -
XYZ 23.55 34.94 43.53 -
YUV 131.04 149.98 51.65 -
System Red Green Blue C M Y K H S L
Decimal 24 178 170 0.87 0 0.04 0.30 176.88 0.76 0.4
Hex 18 B2 AA 57 0 4 1E B1 4C 28
Octal 30 262 252 127 0 4 36 261 114 50
Binary 11000 10110010 10101010 1010111 0 100 11110 10110001 1001100 101000

Color Harmonies of #18B2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B2AA

Black with #18B2AA

Text Example


Text Example

White with #18B2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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