Html Css Color HEX #1CCCBA Light Sea Green

📋 copy color: '#1CCCBA'

red 28 ◦ green 204 ◦ blue 186

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

Shades of Light Sea Green #1CCCBA

Tints of Light Sea Green #1CCCBA

RGB

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

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

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

R = 6.7%
G = 48.8%
B = 44.5%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#1CCCBA (or 0x1CCCBA) is known color: Light Sea Green. HEX triplet: 1C, CC and BA. RGB value is (28,204,186). Sum of RGB (Red+Green+Blue) = 28+204+186=418 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.70% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCCBA is #E33345. Grayscale: #959595. Windows color (decimal): -14889798 or 12241948. OLE color: 12241948.

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

Color convert

RGB 28 204 186 -
CMYK 0.86 0 0.09 0.2
HSL 173.86º 0.76% 0.45% -
HSV(B) 173.86º 0.86% 0.8% -
XYZ 30.93 46.98 53.89 -
YUV 149.32 148.69 41.46 -
System Red Green Blue C M Y K H S L
Decimal 28 204 186 0.86 0 0.09 0.2 173.86 0.76 0.45
Hex 1C CC BA 56 0 9 14 AE 4C 2D
Octal 34 314 272 126 0 11 24 256 114 55
Binary 11100 11001100 10111010 1010110 0 1001 10100 10101110 1001100 101101

Color Harmonies of #1CCCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCCBA

Black with #1CCCBA

Text Example


Text Example

White with #1CCCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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