Html Css Color HEX #18BBA6 Light Sea Green

📋 copy color: '#18BBA6'

red 24 ◦ green 187 ◦ blue 166

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

Shades of Light Sea Green #18BBA6

Tints of Light Sea Green #18BBA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 44.03%

R = 6.37%
G = 49.6%
B = 44.03%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#18BBA6 (or 0x18BBA6) is known color: Light Sea Green. HEX triplet: 18, BB and A6. RGB value is (24,187,166). Sum of RGB (Red+Green+Blue) = 24+187+166=377 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.37% from 377); Green value is 187 (73.44% from 255 or 49.60% from 377); Blue value is 166 (65.23% from 255 or 44.03% from 377); Max value from RGB is 187 - color contains mainly: green. Hex color #18BBA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BBA6 is #E74459. Grayscale: #878787. Windows color (decimal): -15156314 or 10926872. OLE color: 10926872.

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

Color convert

RGB 24 187 166 -
CMYK 0.87 0 0.11 0.27
HSL 172.27º 0.77% 0.41% -
HSV(B) 172.27º 0.87% 0.73% -
XYZ 25.03 38.49 42.19 -
YUV 135.87 145 48.21 -
System Red Green Blue C M Y K H S L
Decimal 24 187 166 0.87 0 0.11 0.27 172.27 0.77 0.41
Hex 18 BB A6 57 0 B 1B AC 4D 29
Octal 30 273 246 127 0 13 33 254 115 51
Binary 11000 10111011 10100110 1010111 0 1011 11011 10101100 1001101 101001

Color Harmonies of #18BBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BBA6

Black with #18BBA6

Text Example


Text Example

White with #18BBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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