#18B4BA

Color #18B4BA Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #18B4BA

Tints of Light Sea Green #18B4BA

Color information

#18B4BA (or 0x18B4BA) is unknown color: approx Light Sea Green. HEX triplet: 18, B4 and BA. RGB value is (24,180,186). Sum of RGB (Red+Green+Blue) = 24+180+186=390 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.15% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #18B4BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18B4BA is #E74B45. Grayscale: #858585. Windows color (decimal): -15158086 or 12235800. OLE color: 12235800.

HSL color Cylindrical-coordinate representation of color #18B4BA: hue angle of 182.22º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B4BA is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB24180186-
CMYK0.870.0300.27
HSL182.22º77.14%41.18%-
HSV(B)182.22º87.1%72.94%-
XYZ25.5636.3852.13-
YUV134.04157.3249.51-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.15%
GREEN value IS 180 (70.70% from 255) = 46.15%
BLUE value IS 186 (73.05% from 255) = 47.69%
R=6.15%
G=46.15%
B=47.69%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal241801860.870.0300.27182.2277.1441.18
Hex18B4BA57301Bb64d29
Octal30264272127303326611551
Binary110001011010010111010101011111011011101101101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #18B4BA;
 }
 .AnyTagClassName
 {
   color: #18B4BA;
 }
</style>
background-color css

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

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

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

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

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

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