Html Css Color HEX #18CDB1 Light Sea Green

📋 copy color: '#18CDB1'

red 24 ◦ green 205 ◦ blue 177

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

Shades of Light Sea Green #18CDB1

Tints of Light Sea Green #18CDB1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.49%

 BLUE value IS 177 (69.53% from 255) = 43.6%

R = 5.91%
G = 50.49%
B = 43.6%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#18CDB1 (or 0x18CDB1) is known color: Light Sea Green. HEX triplet: 18, CD and B1. RGB value is (24,205,177). Sum of RGB (Red+Green+Blue) = 24+205+177=406 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.91% from 406); Green value is 205 (80.47% from 255 or 50.49% from 406); Blue value is 177 (69.53% from 255 or 43.60% from 406); Max value from RGB is 205 - color contains mainly: green. Hex color #18CDB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CDB1 is #E7324E. Grayscale: #939393. Windows color (decimal): -15151695 or 11652376. OLE color: 11652376.

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

Color convert

RGB 24 205 177 -
CMYK 0.88 0 0.14 0.20
HSL 170.72º 0.79% 0.45% -
HSV(B) 170.72º 0.88% 0.8% -
XYZ 30.14 47.03 49.08 -
YUV 147.69 144.53 39.78 -
System Red Green Blue C M Y K H S L
Decimal 24 205 177 0.88 0 0.14 0.20 170.72 0.79 0.45
Hex 18 CD B1 58 0 E 14 AB 4F 2D
Octal 30 315 261 130 0 16 24 253 117 55
Binary 11000 11001101 10110001 1011000 0 1110 10100 10101011 1001111 101101

Color Harmonies of #18CDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CDB1

Black with #18CDB1

Text Example


Text Example

White with #18CDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,205,177); }

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

background-color css

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

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

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

border-color css

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

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

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