Html Css Color HEX #1CCDB1 Light Sea Green

📋 copy color: '#1CCDB1'

red 28 ◦ green 205 ◦ blue 177

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

Shades of Light Sea Green #1CCDB1

Tints of Light Sea Green #1CCDB1

RGB

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

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

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

R = 6.83%
G = 50%
B = 43.17%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#1CCDB1 (or 0x1CCDB1) is known color: Light Sea Green. HEX triplet: 1C, CD and B1. RGB value is (28,205,177). Sum of RGB (Red+Green+Blue) = 28+205+177=410 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.83% from 410); Green value is 205 (80.47% from 255 or 50% from 410); Blue value is 177 (69.53% from 255 or 43.17% from 410); Max value from RGB is 205 - color contains mainly: green. Hex color #1CCDB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCDB1 is #E3324E. Grayscale: #949494. Windows color (decimal): -14889551 or 11652380. OLE color: 11652380.

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

Color convert

RGB 28 205 177 -
CMYK 0.86 0 0.14 0.20
HSL 170.51º 0.76% 0.46% -
HSV(B) 170.51º 0.86% 0.8% -
XYZ 30.25 47.08 49.09 -
YUV 148.89 143.86 41.78 -
System Red Green Blue C M Y K H S L
Decimal 28 205 177 0.86 0 0.14 0.20 170.51 0.76 0.46
Hex 1C CD B1 56 0 E 14 AB 4C 2E
Octal 34 315 261 126 0 16 24 253 114 56
Binary 11100 11001101 10110001 1010110 0 1110 10100 10101011 1001100 101110

Color Harmonies of #1CCDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCDB1

Black with #1CCDB1

Text Example


Text Example

White with #1CCDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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