Html Css Color HEX #1CCDBA Light Sea Green

📋 copy color: '#1CCDBA'

red 28 ◦ green 205 ◦ blue 186

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

Shades of Light Sea Green #1CCDBA

Tints of Light Sea Green #1CCDBA

RGB

 RED value IS 28 (11.33% from 255) = 6.68%

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

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

R = 6.68%
G = 48.93%
B = 44.39%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#1CCDBA (or 0x1CCDBA) is known color: Light Sea Green. HEX triplet: 1C, CD and BA. RGB value is (28,205,186). Sum of RGB (Red+Green+Blue) = 28+205+186=419 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.68% from 419); Green value is 205 (80.47% from 255 or 48.93% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 205 - color contains mainly: green. Hex color #1CCDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCDBA is #E33245. Grayscale: #959595. Windows color (decimal): -14889542 or 12242204. OLE color: 12242204.

HSL color Cylindrical-coordinate representation of color #1CCDBA: hue angle of 173.56º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCDBA is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 28 205 186 -
CMYK 0.86 0 0.09 0.20
HSL 173.56º 0.76% 0.46% -
HSV(B) 173.56º 0.86% 0.8% -
XYZ 31.17 47.45 53.97 -
YUV 149.91 148.36 41.04 -
System Red Green Blue C M Y K H S L
Decimal 28 205 186 0.86 0 0.09 0.20 173.56 0.76 0.46
Hex 1C CD BA 56 0 9 14 AE 4C 2E
Octal 34 315 272 126 0 11 24 256 114 56
Binary 11100 11001101 10111010 1010110 0 1001 10100 10101110 1001100 101110

Color Harmonies of #1CCDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCDBA

Black with #1CCDBA

Text Example


Text Example

White with #1CCDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CCDBA; }

 p { color: rgb(28,205,186); }

 H1.HeaderClassName
 {
   color: #1CCDBA;
 }
 .AnyTagClassName
 {
   color: #1CCDBA;
 }
</style>

background-color css

<style>
 a { background-color: #1CCDBA; }

 a { background-color: rgb(28,205,186); }

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

border-color css

<style>
 span { border-color: #1CCDBA; }

 span { border-color: rgb(28,205,186); }

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