Html Css Color HEX #18B1BA Light Sea Green

📋 copy color: '#18B1BA'

red 24 ◦ green 177 ◦ blue 186

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

Shades of Light Sea Green #18B1BA

Tints of Light Sea Green #18B1BA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.74%

 BLUE value IS 186 (73.05% from 255) = 48.06%

R = 6.2%
G = 45.74%
B = 48.06%

CMYK

 C value IS 0.87

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#18B1BA (or 0x18B1BA) is known color: Light Sea Green. HEX triplet: 18, B1 and BA. RGB value is (24,177,186). Sum of RGB (Red+Green+Blue) = 24+177+186=387 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.20% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #18B1BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18B1BA is #E74E45. Grayscale: #848484. Windows color (decimal): -15158854 or 12235032. OLE color: 12235032.

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

Color convert

RGB 24 177 186 -
CMYK 0.87 0.05 0 0.27
HSL 183.33º 0.77% 0.41% -
HSV(B) 183.33º 0.87% 0.73% -
XYZ 24.96 35.18 51.93 -
YUV 132.28 158.31 50.77 -
System Red Green Blue C M Y K H S L
Decimal 24 177 186 0.87 0.05 0 0.27 183.33 0.77 0.41
Hex 18 B1 BA 57 5 0 1B B7 4D 29
Octal 30 261 272 127 5 0 33 267 115 51
Binary 11000 10110001 10111010 1010111 101 0 11011 10110111 1001101 101001

Color Harmonies of #18B1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B1BA

Black with #18B1BA

Text Example


Text Example

White with #18B1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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