Html Css Color HEX #18BCA8 Light Sea Green

📋 copy color: '#18BCA8'

red 24 ◦ green 188 ◦ blue 168

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

Shades of Light Sea Green #18BCA8

Tints of Light Sea Green #18BCA8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.47%

 BLUE value IS 168 (66.02% from 255) = 44.21%

R = 6.32%
G = 49.47%
B = 44.21%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#18BCA8 (or 0x18BCA8) is known color: Light Sea Green. HEX triplet: 18, BC and A8. RGB value is (24,188,168). Sum of RGB (Red+Green+Blue) = 24+188+168=380 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.32% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 168 (66.02% from 255 or 44.21% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #18BCA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BCA8 is #E74357. Grayscale: #888888. Windows color (decimal): -15156056 or 11058200. OLE color: 11058200.

HSL color Cylindrical-coordinate representation of color #18BCA8: hue angle of 172.68º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BCA8 is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 24 188 168 -
CMYK 0.87 0 0.11 0.26
HSL 172.68º 0.77% 0.42% -
HSV(B) 172.68º 0.87% 0.74% -
XYZ 25.43 38.99 43.23 -
YUV 136.68 145.67 47.63 -
System Red Green Blue C M Y K H S L
Decimal 24 188 168 0.87 0 0.11 0.26 172.68 0.77 0.42
Hex 18 BC A8 57 0 B 1A AD 4D 2A
Octal 30 274 250 127 0 13 32 255 115 52
Binary 11000 10111100 10101000 1010111 0 1011 11010 10101101 1001101 101010

Color Harmonies of #18BCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BCA8

Black with #18BCA8

Text Example


Text Example

White with #18BCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,188,168); }

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

background-color css

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

 a { background-color: rgb(24,188,168); }

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

border-color css

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

 span { border-color: rgb(24,188,168); }

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