Html Css Color HEX #18ABBA Light Sea Green

📋 copy color: '#18ABBA'

red 24 ◦ green 171 ◦ blue 186

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

Shades of Light Sea Green #18ABBA

Tints of Light Sea Green #18ABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.88%

 BLUE value IS 186 (73.05% from 255) = 48.82%

R = 6.3%
G = 44.88%
B = 48.82%

CMYK

 C value IS 0.87

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#18ABBA (or 0x18ABBA) is known color: Light Sea Green. HEX triplet: 18, AB and BA. RGB value is (24,171,186). Sum of RGB (Red+Green+Blue) = 24+171+186=381 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.30% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #18ABBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ABBA is #E75445. Grayscale: #808080. Windows color (decimal): -15160390 or 12233496. OLE color: 12233496.

HSL color Cylindrical-coordinate representation of color #18ABBA: hue angle of 185.56º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18ABBA is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 171 186 -
CMYK 0.87 0.08 0 0.27
HSL 185.56º 0.77% 0.41% -
HSV(B) 185.56º 0.87% 0.73% -
XYZ 23.8 32.87 51.54 -
YUV 128.76 160.3 53.28 -
System Red Green Blue C M Y K H S L
Decimal 24 171 186 0.87 0.08 0 0.27 185.56 0.77 0.41
Hex 18 AB BA 57 8 0 1B BA 4D 29
Octal 30 253 272 127 10 0 33 272 115 51
Binary 11000 10101011 10111010 1010111 1000 0 11011 10111010 1001101 101001

Color Harmonies of #18ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ABBA

Black with #18ABBA

Text Example


Text Example

White with #18ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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