Html Css Color HEX #1CCFB1 Light Sea Green

📋 copy color: '#1CCFB1'

red 28 ◦ green 207 ◦ blue 177

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

Shades of Light Sea Green #1CCFB1

Tints of Light Sea Green #1CCFB1

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.24%

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

R = 6.8%
G = 50.24%
B = 42.96%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#1CCFB1 (or 0x1CCFB1) is known color: Light Sea Green. HEX triplet: 1C, CF and B1. RGB value is (28,207,177). Sum of RGB (Red+Green+Blue) = 28+207+177=412 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.80% from 412); Green value is 207 (81.25% from 255 or 50.24% from 412); Blue value is 177 (69.53% from 255 or 42.96% from 412); Max value from RGB is 207 - color contains mainly: green. Hex color #1CCFB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCFB1 is #E3304E. Grayscale: #969696. Windows color (decimal): -14889039 or 11652892. OLE color: 11652892.

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

Color convert

RGB 28 207 177 -
CMYK 0.86 0 0.14 0.19
HSL 169.94º 0.76% 0.46% -
HSV(B) 169.94º 0.86% 0.81% -
XYZ 30.73 48.05 49.25 -
YUV 150.06 143.2 40.94 -
System Red Green Blue C M Y K H S L
Decimal 28 207 177 0.86 0 0.14 0.19 169.94 0.76 0.46
Hex 1C CF B1 56 0 E 13 AA 4C 2E
Octal 34 317 261 126 0 16 23 252 114 56
Binary 11100 11001111 10110001 1010110 0 1110 10011 10101010 1001100 101110

Color Harmonies of #1CCFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCFB1

Black with #1CCFB1

Text Example


Text Example

White with #1CCFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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