Html Css Color HEX #1CCDB0 Light Sea Green

📋 copy color: '#1CCDB0'

red 28 ◦ green 205 ◦ blue 176

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

Shades of Light Sea Green #1CCDB0

Tints of Light Sea Green #1CCDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.03%

R = 6.85%
G = 50.12%
B = 43.03%

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

#1CCDB0 (or 0x1CCDB0) is known color: Light Sea Green. HEX triplet: 1C, CD and B0. RGB value is (28,205,176). Sum of RGB (Red+Green+Blue) = 28+205+176=409 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.85% from 409); Green value is 205 (80.47% from 255 or 50.12% from 409); Blue value is 176 (69.14% from 255 or 43.03% from 409); Max value from RGB is 205 - color contains mainly: green. Hex color #1CCDB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCDB0 is #E3324F. Grayscale: #949494. Windows color (decimal): -14889552 or 11586844. OLE color: 11586844.

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

Color convert

RGB 28 205 176 -
CMYK 0.86 0 0.14 0.20
HSL 170.17º 0.76% 0.46% -
HSV(B) 170.17º 0.86% 0.8% -
XYZ 30.15 47.04 48.57 -
YUV 148.77 143.36 41.86 -
System Red Green Blue C M Y K H S L
Decimal 28 205 176 0.86 0 0.14 0.20 170.17 0.76 0.46
Hex 1C CD B0 56 0 E 14 AA 4C 2E
Octal 34 315 260 126 0 16 24 252 114 56
Binary 11100 11001101 10110000 1010110 0 1110 10100 10101010 1001100 101110

Color Harmonies of #1CCDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCDB0

Black with #1CCDB0

Text Example


Text Example

White with #1CCDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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