Html Css Color HEX #1CCFBA Light Sea Green

📋 copy color: '#1CCFBA'

red 28 ◦ green 207 ◦ blue 186

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

Shades of Light Sea Green #1CCFBA

Tints of Light Sea Green #1CCFBA

RGB

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

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

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

R = 6.65%
G = 49.17%
B = 44.18%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#1CCFBA (or 0x1CCFBA) is known color: Light Sea Green. HEX triplet: 1C, CF and BA. RGB value is (28,207,186). Sum of RGB (Red+Green+Blue) = 28+207+186=421 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.65% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 207 - color contains mainly: green. Hex color #1CCFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCFBA is #E33045. Grayscale: #969696. Windows color (decimal): -14889030 or 12242716. OLE color: 12242716.

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

Color convert

RGB 28 207 186 -
CMYK 0.86 0 0.10 0.19
HSL 172.96º 0.76% 0.46% -
HSV(B) 172.96º 0.86% 0.81% -
XYZ 31.65 48.42 54.13 -
YUV 151.09 147.7 40.21 -
System Red Green Blue C M Y K H S L
Decimal 28 207 186 0.86 0 0.10 0.19 172.96 0.76 0.46
Hex 1C CF BA 56 0 A 13 AD 4C 2E
Octal 34 317 272 126 0 12 23 255 114 56
Binary 11100 11001111 10111010 1010110 0 1010 10011 10101101 1001100 101110

Color Harmonies of #1CCFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCFBA

Black with #1CCFBA

Text Example


Text Example

White with #1CCFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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