Html Css Color HEX #18BA9E Light Sea Green

📋 copy color: '#18BA9E'

red 24 ◦ green 186 ◦ blue 158

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

Shades of Light Sea Green #18BA9E

Tints of Light Sea Green #18BA9E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.54%

 BLUE value IS 158 (62.11% from 255) = 42.93%

R = 6.52%
G = 50.54%
B = 42.93%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#18BA9E (or 0x18BA9E) is known color: Light Sea Green. HEX triplet: 18, BA and 9E. RGB value is (24,186,158). Sum of RGB (Red+Green+Blue) = 24+186+158=368 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.52% from 368); Green value is 186 (73.05% from 255 or 50.54% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 186 - color contains mainly: green. Hex color #18BA9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BA9E is #E74561. Grayscale: #868686. Windows color (decimal): -15156578 or 10402328. OLE color: 10402328.

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

Color convert

RGB 24 186 158 -
CMYK 0.87 0 0.15 0.27
HSL 169.63º 0.77% 0.41% -
HSV(B) 169.63º 0.87% 0.73% -
XYZ 24.11 37.78 38.37 -
YUV 134.37 141.33 49.28 -
System Red Green Blue C M Y K H S L
Decimal 24 186 158 0.87 0 0.15 0.27 169.63 0.77 0.41
Hex 18 BA 9E 57 0 F 1B AA 4D 29
Octal 30 272 236 127 0 17 33 252 115 51
Binary 11000 10111010 10011110 1010111 0 1111 11011 10101010 1001101 101001

Color Harmonies of #18BA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BA9E

Black with #18BA9E

Text Example


Text Example

White with #18BA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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