Html Css Color HEX #18BABA Light Sea Green

📋 copy color: '#18BABA'

red 24 ◦ green 186 ◦ blue 186

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

Shades of Light Sea Green #18BABA

Tints of Light Sea Green #18BABA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.97%

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

R = 6.06%
G = 46.97%
B = 46.97%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#18BABA (or 0x18BABA) is known color: Light Sea Green. HEX triplet: 18, BA and BA. RGB value is (24,186,186). Sum of RGB (Red+Green+Blue) = 24+186+186=396 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.06% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #18BABA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BABA is #E74545. Grayscale: #898989. Windows color (decimal): -15156550 or 12237336. OLE color: 12237336.

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

Color convert

RGB 24 186 186 -
CMYK 0.87 0 0 0.27
HSL 180º 0.77% 0.41% -
HSV(B) 180º 0.87% 0.73% -
XYZ 26.8 38.86 52.54 -
YUV 137.56 155.33 47 -
System Red Green Blue C M Y K H S L
Decimal 24 186 186 0.87 0 0 0.27 180 0.77 0.41
Hex 18 BA BA 57 0 0 1B B4 4D 29
Octal 30 272 272 127 0 0 33 264 115 51
Binary 11000 10111010 10111010 1010111 0 0 11011 10110100 1001101 101001

Color Harmonies of #18BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BABA

Black with #18BABA

Text Example


Text Example

White with #18BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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