Html Css Color HEX #18BCBB Light Sea Green

📋 copy color: '#18BCBB'

red 24 ◦ green 188 ◦ blue 187

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

Shades of Light Sea Green #18BCBB

Tints of Light Sea Green #18BCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.87%

R = 6.02%
G = 47.12%
B = 46.87%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#18BCBB (or 0x18BCBB) is known color: Light Sea Green. HEX triplet: 18, BC and BB. RGB value is (24,188,187). Sum of RGB (Red+Green+Blue) = 24+188+187=399 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.02% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #18BCBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BCBB is #E74344. Grayscale: #8A8A8A. Windows color (decimal): -15156037 or 12303384. OLE color: 12303384.

HSL color Cylindrical-coordinate representation of color #18BCBB: hue angle of 179.63º 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 #18BCBB is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 24 188 187 -
CMYK 0.87 0 0.01 0.26
HSL 179.63º 0.77% 0.42% -
HSV(B) 179.63º 0.87% 0.74% -
XYZ 27.33 39.75 53.25 -
YUV 138.85 155.17 46.08 -
System Red Green Blue C M Y K H S L
Decimal 24 188 187 0.87 0 0.01 0.26 179.63 0.77 0.42
Hex 18 BC BB 57 0 1 1A B4 4D 2A
Octal 30 274 273 127 0 1 32 264 115 52
Binary 11000 10111100 10111011 1010111 0 1 11010 10110100 1001101 101010

Color Harmonies of #18BCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BCBB

Black with #18BCBB

Text Example


Text Example

White with #18BCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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