Html Css Color HEX #1CC3BA Light Sea Green

📋 copy color: '#1CC3BA'

red 28 ◦ green 195 ◦ blue 186

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

Shades of Light Sea Green #1CC3BA

Tints of Light Sea Green #1CC3BA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.68%

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

R = 6.85%
G = 47.68%
B = 45.48%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#1CC3BA (or 0x1CC3BA) is known color: Light Sea Green. HEX triplet: 1C, C3 and BA. RGB value is (28,195,186). Sum of RGB (Red+Green+Blue) = 28+195+186=409 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.85% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC3BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CC3BA is #E33C45. Grayscale: #8F8F8F. Windows color (decimal): -14892102 or 12239644. OLE color: 12239644.

HSL color Cylindrical-coordinate representation of color #1CC3BA: hue angle of 176.77º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC3BA is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 28 195 186 -
CMYK 0.86 0 0.05 0.24
HSL 176.77º 0.75% 0.44% -
HSV(B) 176.77º 0.86% 0.76% -
XYZ 28.86 42.82 53.2 -
YUV 144.04 151.67 45.23 -
System Red Green Blue C M Y K H S L
Decimal 28 195 186 0.86 0 0.05 0.24 176.77 0.75 0.44
Hex 1C C3 BA 56 0 5 18 B1 4B 2C
Octal 34 303 272 126 0 5 30 261 113 54
Binary 11100 11000011 10111010 1010110 0 101 11000 10110001 1001011 101100

Color Harmonies of #1CC3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC3BA

Black with #1CC3BA

Text Example


Text Example

White with #1CC3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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