Html Css Color HEX #18B0A5 Light Sea Green

📋 copy color: '#18B0A5'

red 24 ◦ green 176 ◦ blue 165

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

Shades of Light Sea Green #18B0A5

Tints of Light Sea Green #18B0A5

RGB

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

 GREEN value IS 176 (69.14% from 255) = 48.22%

 BLUE value IS 165 (64.84% from 255) = 45.21%

R = 6.58%
G = 48.22%
B = 45.21%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#18B0A5 (or 0x18B0A5) is known color: Light Sea Green. HEX triplet: 18, B0 and A5. RGB value is (24,176,165). Sum of RGB (Red+Green+Blue) = 24+176+165=365 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.58% from 365); Green value is 176 (69.14% from 255 or 48.22% from 365); Blue value is 165 (64.84% from 255 or 45.21% from 365); Max value from RGB is 176 - color contains mainly: green. Hex color #18B0A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18B0A5 is #E74F5A. Grayscale: #818181. Windows color (decimal): -15159131 or 10858520. OLE color: 10858520.

HSL color Cylindrical-coordinate representation of color #18B0A5: hue angle of 175.66º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18B0A5 is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 176 165 -
CMYK 0.86 0 0.06 0.31
HSL 175.66º 0.76% 0.39% -
HSV(B) 175.66º 0.86% 0.69% -
XYZ 22.69 33.96 40.96 -
YUV 129.3 148.14 52.89 -
System Red Green Blue C M Y K H S L
Decimal 24 176 165 0.86 0 0.06 0.31 175.66 0.76 0.39
Hex 18 B0 A5 56 0 6 1F B0 4C 27
Octal 30 260 245 126 0 6 37 260 114 47
Binary 11000 10110000 10100101 1010110 0 110 11111 10110000 1001100 100111

Color Harmonies of #18B0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B0A5

Black with #18B0A5

Text Example


Text Example

White with #18B0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,176,165); }

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

background-color css

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

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

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

border-color css

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

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

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