Html Css Color HEX #18BCBE Light Sea Green

📋 copy color: '#18BCBE'

red 24 ◦ green 188 ◦ blue 190

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

Shades of Light Sea Green #18BCBE

Tints of Light Sea Green #18BCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.26%

R = 5.97%
G = 46.77%
B = 47.26%

CMYK

 C value IS 0.87

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#18BCBE (or 0x18BCBE) is known color: Light Sea Green. HEX triplet: 18, BC and BE. RGB value is (24,188,190). Sum of RGB (Red+Green+Blue) = 24+188+190=402 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.97% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #18BCBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BCBE is #E74341. Grayscale: #8B8B8B. Windows color (decimal): -15156034 or 12499992. OLE color: 12499992.

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

Color convert

RGB 24 188 190 -
CMYK 0.87 0.01 0 0.25
HSL 180.72º 0.78% 0.42% -
HSV(B) 180.72º 0.87% 0.75% -
XYZ 27.65 39.88 54.95 -
YUV 139.19 156.67 45.84 -
System Red Green Blue C M Y K H S L
Decimal 24 188 190 0.87 0.01 0 0.25 180.72 0.78 0.42
Hex 18 BC BE 57 1 0 19 B5 4E 2A
Octal 30 274 276 127 1 0 31 265 116 52
Binary 11000 10111100 10111110 1010111 1 0 11001 10110101 1001110 101010

Color Harmonies of #18BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BCBE

Black with #18BCBE

Text Example


Text Example

White with #18BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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