Html Css Color HEX #18C3BA Light Sea Green

📋 copy color: '#18C3BA'

red 24 ◦ green 195 ◦ blue 186

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

Shades of Light Sea Green #18C3BA

Tints of Light Sea Green #18C3BA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.15%

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

R = 5.93%
G = 48.15%
B = 45.93%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#18C3BA (or 0x18C3BA) is known color: Light Sea Green. HEX triplet: 18, C3 and BA. RGB value is (24,195,186). Sum of RGB (Red+Green+Blue) = 24+195+186=405 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.93% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #18C3BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18C3BA is #E73C45. Grayscale: #8E8E8E. Windows color (decimal): -15154246 or 12239640. OLE color: 12239640.

HSL color Cylindrical-coordinate representation of color #18C3BA: hue angle of 176.84º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C3BA is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 24 195 186 -
CMYK 0.88 0 0.05 0.24
HSL 176.84º 0.78% 0.43% -
HSV(B) 176.84º 0.88% 0.76% -
XYZ 28.75 42.77 53.19 -
YUV 142.85 152.35 43.23 -
System Red Green Blue C M Y K H S L
Decimal 24 195 186 0.88 0 0.05 0.24 176.84 0.78 0.43
Hex 18 C3 BA 58 0 5 18 B1 4E 2B
Octal 30 303 272 130 0 5 30 261 116 53
Binary 11000 11000011 10111010 1011000 0 101 11000 10110001 1001110 101011

Color Harmonies of #18C3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C3BA

Black with #18C3BA

Text Example


Text Example

White with #18C3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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