Html Css Color HEX #18BBBA Light Sea Green

📋 copy color: '#18BBBA'

red 24 ◦ green 187 ◦ blue 186

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

Shades of Light Sea Green #18BBBA

Tints of Light Sea Green #18BBBA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.1%

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

R = 6.05%
G = 47.1%
B = 46.85%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#18BBBA (or 0x18BBBA) is known color: Light Sea Green. HEX triplet: 18, BB and BA. RGB value is (24,187,186). Sum of RGB (Red+Green+Blue) = 24+187+186=397 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.05% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 187 - color contains mainly: green. Hex color #18BBBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BBBA is #E74445. Grayscale: #898989. Windows color (decimal): -15156294 or 12237592. OLE color: 12237592.

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

Color convert

RGB 24 187 186 -
CMYK 0.87 0 0.01 0.27
HSL 179.63º 0.77% 0.41% -
HSV(B) 179.63º 0.87% 0.73% -
XYZ 27.01 39.28 52.61 -
YUV 138.15 155 46.58 -
System Red Green Blue C M Y K H S L
Decimal 24 187 186 0.87 0 0.01 0.27 179.63 0.77 0.41
Hex 18 BB BA 57 0 1 1B B4 4D 29
Octal 30 273 272 127 0 1 33 264 115 51
Binary 11000 10111011 10111010 1010111 0 1 11011 10110100 1001101 101001

Color Harmonies of #18BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BBBA

Black with #18BBBA

Text Example


Text Example

White with #18BBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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