Html Css Color HEX #18AABA Light Sea Green

📋 copy color: '#18AABA'

red 24 ◦ green 170 ◦ blue 186

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

Shades of Light Sea Green #18AABA

Tints of Light Sea Green #18AABA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.74%

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

R = 6.32%
G = 44.74%
B = 48.95%

CMYK

 C value IS 0.87

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#18AABA (or 0x18AABA) is known color: Light Sea Green. HEX triplet: 18, AA and BA. RGB value is (24,170,186). Sum of RGB (Red+Green+Blue) = 24+170+186=380 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.32% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #18AABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AABA is #E75545. Grayscale: #7F7F7F. Windows color (decimal): -15160646 or 12233240. OLE color: 12233240.

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

Color convert

RGB 24 170 186 -
CMYK 0.87 0.09 0 0.27
HSL 185.93º 0.77% 0.41% -
HSV(B) 185.93º 0.87% 0.73% -
XYZ 23.61 32.49 51.48 -
YUV 128.17 160.63 53.7 -
System Red Green Blue C M Y K H S L
Decimal 24 170 186 0.87 0.09 0 0.27 185.93 0.77 0.41
Hex 18 AA BA 57 9 0 1B BA 4D 29
Octal 30 252 272 127 11 0 33 272 115 51
Binary 11000 10101010 10111010 1010111 1001 0 11011 10111010 1001101 101001

Color Harmonies of #18AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AABA

Black with #18AABA

Text Example


Text Example

White with #18AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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