Html Css Color HEX #18B8BA Light Sea Green

📋 copy color: '#18B8BA'

red 24 ◦ green 184 ◦ blue 186

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

Shades of Light Sea Green #18B8BA

Tints of Light Sea Green #18B8BA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.7%

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

R = 6.09%
G = 46.7%
B = 47.21%

CMYK

 C value IS 0.87

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#18B8BA (or 0x18B8BA) is known color: Light Sea Green. HEX triplet: 18, B8 and BA. RGB value is (24,184,186). Sum of RGB (Red+Green+Blue) = 24+184+186=394 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.09% from 394); Green value is 184 (72.27% from 255 or 46.70% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #18B8BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18B8BA is #E74745. Grayscale: #888888. Windows color (decimal): -15157062 or 12236824. OLE color: 12236824.

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

Color convert

RGB 24 184 186 -
CMYK 0.87 0.01 0 0.27
HSL 180.74º 0.77% 0.41% -
HSV(B) 180.74º 0.87% 0.73% -
XYZ 26.38 38.02 52.4 -
YUV 136.39 155.99 47.84 -
System Red Green Blue C M Y K H S L
Decimal 24 184 186 0.87 0.01 0 0.27 180.74 0.77 0.41
Hex 18 B8 BA 57 1 0 1B B5 4D 29
Octal 30 270 272 127 1 0 33 265 115 51
Binary 11000 10111000 10111010 1010111 1 0 11011 10110101 1001101 101001

Color Harmonies of #18B8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B8BA

Black with #18B8BA

Text Example


Text Example

White with #18B8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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