Html Css Color HEX #18C0BF Light Sea Green

📋 copy color: '#18C0BF'

red 24 ◦ green 192 ◦ blue 191

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

Shades of Light Sea Green #18C0BF

Tints of Light Sea Green #18C0BF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.17%

 BLUE value IS 191 (75% from 255) = 46.93%

R = 5.9%
G = 47.17%
B = 46.93%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#18C0BF (or 0x18C0BF) is known color: Light Sea Green. HEX triplet: 18, C0 and BF. RGB value is (24,192,191). Sum of RGB (Red+Green+Blue) = 24+192+191=407 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.90% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #18C0BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18C0BF is #E73F40. Grayscale: #8D8D8D. Windows color (decimal): -15155009 or 12566552. OLE color: 12566552.

HSL color Cylindrical-coordinate representation of color #18C0BF: hue angle of 179.64º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C0BF is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 192 191 -
CMYK 0.88 0 0.01 0.25
HSL 179.64º 0.78% 0.42% -
HSV(B) 179.64º 0.88% 0.75% -
XYZ 28.63 41.66 55.82 -
YUV 141.65 155.84 44.08 -
System Red Green Blue C M Y K H S L
Decimal 24 192 191 0.88 0 0.01 0.25 179.64 0.78 0.42
Hex 18 C0 BF 58 0 1 19 B4 4E 2A
Octal 30 300 277 130 0 1 31 264 116 52
Binary 11000 11000000 10111111 1011000 0 1 11001 10110100 1001110 101010

Color Harmonies of #18C0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C0BF

Black with #18C0BF

Text Example


Text Example

White with #18C0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,192,191); }

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

background-color css

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

 a { background-color: rgb(24,192,191); }

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

border-color css

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

 span { border-color: rgb(24,192,191); }

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