Html Css Color HEX #18ADBA Light Sea Green

📋 copy color: '#18ADBA'

red 24 ◦ green 173 ◦ blue 186

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

Shades of Light Sea Green #18ADBA

Tints of Light Sea Green #18ADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.17%

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

R = 6.27%
G = 45.17%
B = 48.56%

CMYK

 C value IS 0.87

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#18ADBA (or 0x18ADBA) is known color: Light Sea Green. HEX triplet: 18, AD and BA. RGB value is (24,173,186). Sum of RGB (Red+Green+Blue) = 24+173+186=383 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.27% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #18ADBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18ADBA is #E75245. Grayscale: #818181. Windows color (decimal): -15159878 or 12234008. OLE color: 12234008.

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

Color convert

RGB 24 173 186 -
CMYK 0.87 0.07 0 0.27
HSL 184.81º 0.77% 0.41% -
HSV(B) 184.81º 0.87% 0.73% -
XYZ 24.18 33.63 51.67 -
YUV 129.93 159.64 52.44 -
System Red Green Blue C M Y K H S L
Decimal 24 173 186 0.87 0.07 0 0.27 184.81 0.77 0.41
Hex 18 AD BA 57 7 0 1B B9 4D 29
Octal 30 255 272 127 7 0 33 271 115 51
Binary 11000 10101101 10111010 1010111 111 0 11011 10111001 1001101 101001

Color Harmonies of #18ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ADBA

Black with #18ADBA

Text Example


Text Example

White with #18ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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