Html Css Color HEX #18C1BD Light Sea Green

📋 copy color: '#18C1BD'

red 24 ◦ green 193 ◦ blue 189

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

Shades of Light Sea Green #18C1BD

Tints of Light Sea Green #18C1BD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.54%

 BLUE value IS 189 (74.22% from 255) = 46.55%

R = 5.91%
G = 47.54%
B = 46.55%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#18C1BD (or 0x18C1BD) is known color: Light Sea Green. HEX triplet: 18, C1 and BD. RGB value is (24,193,189). Sum of RGB (Red+Green+Blue) = 24+193+189=406 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.91% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #18C1BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18C1BD is #E73E42. Grayscale: #8D8D8D. Windows color (decimal): -15154755 or 12435736. OLE color: 12435736.

HSL color Cylindrical-coordinate representation of color #18C1BD: hue angle of 178.58º 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 #18C1BD is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 24 193 189 -
CMYK 0.88 0 0.02 0.24
HSL 178.58º 0.78% 0.43% -
HSV(B) 178.58º 0.88% 0.76% -
XYZ 28.63 42.01 54.74 -
YUV 142.01 154.51 43.83 -
System Red Green Blue C M Y K H S L
Decimal 24 193 189 0.88 0 0.02 0.24 178.58 0.78 0.43
Hex 18 C1 BD 58 0 2 18 B3 4E 2B
Octal 30 301 275 130 0 2 30 263 116 53
Binary 11000 11000001 10111101 1011000 0 10 11000 10110011 1001110 101011

Color Harmonies of #18C1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C1BD

Black with #18C1BD

Text Example


Text Example

White with #18C1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,193,189); }

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

background-color css

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

 a { background-color: rgb(24,193,189); }

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

border-color css

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

 span { border-color: rgb(24,193,189); }

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