Html Css Color HEX #1CCCB1 Light Sea Green

📋 copy color: '#1CCCB1'

red 28 ◦ green 204 ◦ blue 177

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

Shades of Light Sea Green #1CCCB1

Tints of Light Sea Green #1CCCB1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.88%

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

R = 6.85%
G = 49.88%
B = 43.28%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#1CCCB1 (or 0x1CCCB1) is known color: Light Sea Green. HEX triplet: 1C, CC and B1. RGB value is (28,204,177). Sum of RGB (Red+Green+Blue) = 28+204+177=409 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.85% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 177 (69.53% from 255 or 43.28% from 409); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCCB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCCB1 is #E3334E. Grayscale: #949494. Windows color (decimal): -14889807 or 11652124. OLE color: 11652124.

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

Color convert

RGB 28 204 177 -
CMYK 0.86 0 0.13 0.2
HSL 170.8º 0.76% 0.45% -
HSV(B) 170.8º 0.86% 0.8% -
XYZ 30.01 46.61 49.01 -
YUV 148.3 144.19 42.2 -
System Red Green Blue C M Y K H S L
Decimal 28 204 177 0.86 0 0.13 0.2 170.8 0.76 0.45
Hex 1C CC B1 56 0 D 14 AB 4C 2D
Octal 34 314 261 126 0 15 24 253 114 55
Binary 11100 11001100 10110001 1010110 0 1101 10100 10101011 1001100 101101

Color Harmonies of #1CCCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCCB1

Black with #1CCCB1

Text Example


Text Example

White with #1CCCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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