Html Css Color HEX #18AFBA Light Sea Green

📋 copy color: '#18AFBA'

red 24 ◦ green 175 ◦ blue 186

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

Shades of Light Sea Green #18AFBA

Tints of Light Sea Green #18AFBA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.45%

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

R = 6.23%
G = 45.45%
B = 48.31%

CMYK

 C value IS 0.87

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#18AFBA (or 0x18AFBA) is known color: Light Sea Green. HEX triplet: 18, AF and BA. RGB value is (24,175,186). Sum of RGB (Red+Green+Blue) = 24+175+186=385 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.23% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #18AFBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18AFBA is #E75045. Grayscale: #828282. Windows color (decimal): -15159366 or 12234520. OLE color: 12234520.

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

Color convert

RGB 24 175 186 -
CMYK 0.87 0.06 0 0.27
HSL 184.07º 0.77% 0.41% -
HSV(B) 184.07º 0.87% 0.73% -
XYZ 24.57 34.4 51.8 -
YUV 131.11 158.97 51.61 -
System Red Green Blue C M Y K H S L
Decimal 24 175 186 0.87 0.06 0 0.27 184.07 0.77 0.41
Hex 18 AF BA 57 6 0 1B B8 4D 29
Octal 30 257 272 127 6 0 33 270 115 51
Binary 11000 10101111 10111010 1010111 110 0 11011 10111000 1001101 101001

Color Harmonies of #18AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AFBA

Black with #18AFBA

Text Example


Text Example

White with #18AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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