Html Css Color HEX #18BDA3 Light Sea Green

📋 copy color: '#18BDA3'

red 24 ◦ green 189 ◦ blue 163

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

Shades of Light Sea Green #18BDA3

Tints of Light Sea Green #18BDA3

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50.27%

 BLUE value IS 163 (64.06% from 255) = 43.35%

R = 6.38%
G = 50.27%
B = 43.35%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#18BDA3 (or 0x18BDA3) is known color: Light Sea Green. HEX triplet: 18, BD and A3. RGB value is (24,189,163). Sum of RGB (Red+Green+Blue) = 24+189+163=376 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.38% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 163 (64.06% from 255 or 43.35% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #18BDA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BDA3 is #E7425C. Grayscale: #888888. Windows color (decimal): -15155805 or 10730776. OLE color: 10730776.

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

Color convert

RGB 24 189 163 -
CMYK 0.87 0 0.14 0.26
HSL 170.55º 0.77% 0.42% -
HSV(B) 170.55º 0.87% 0.74% -
XYZ 25.19 39.23 40.9 -
YUV 136.7 142.84 47.61 -
System Red Green Blue C M Y K H S L
Decimal 24 189 163 0.87 0 0.14 0.26 170.55 0.77 0.42
Hex 18 BD A3 57 0 E 1A AB 4D 2A
Octal 30 275 243 127 0 16 32 253 115 52
Binary 11000 10111101 10100011 1010111 0 1110 11010 10101011 1001101 101010

Color Harmonies of #18BDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BDA3

Black with #18BDA3

Text Example


Text Example

White with #18BDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,189,163); }

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

background-color css

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

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

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

border-color css

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

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

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