Html Css Color HEX #18CBAA Light Sea Green

📋 copy color: '#18CBAA'

red 24 ◦ green 203 ◦ blue 170

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

Shades of Light Sea Green #18CBAA

Tints of Light Sea Green #18CBAA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 51.13%

 BLUE value IS 170 (66.8% from 255) = 42.82%

R = 6.05%
G = 51.13%
B = 42.82%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#18CBAA (or 0x18CBAA) is known color: Light Sea Green. HEX triplet: 18, CB and AA. RGB value is (24,203,170). Sum of RGB (Red+Green+Blue) = 24+203+170=397 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.05% from 397); Green value is 203 (79.69% from 255 or 51.13% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 203 - color contains mainly: green. Hex color #18CBAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CBAA is #E73455. Grayscale: #919191. Windows color (decimal): -15152214 or 11193112. OLE color: 11193112.

HSL color Cylindrical-coordinate representation of color #18CBAA: hue angle of 168.94º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CBAA is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 24 203 170 -
CMYK 0.88 0 0.16 0.20
HSL 168.94º 0.79% 0.45% -
HSV(B) 168.94º 0.88% 0.8% -
XYZ 28.99 45.81 45.34 -
YUV 145.72 141.7 41.18 -
System Red Green Blue C M Y K H S L
Decimal 24 203 170 0.88 0 0.16 0.20 168.94 0.79 0.45
Hex 18 CB AA 58 0 10 14 A9 4F 2D
Octal 30 313 252 130 0 20 24 251 117 55
Binary 11000 11001011 10101010 1011000 0 10000 10100 10101001 1001111 101101

Color Harmonies of #18CBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CBAA

Black with #18CBAA

Text Example


Text Example

White with #18CBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,203,170); }

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

background-color css

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

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

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

border-color css

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

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

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