Html Css Color HEX #1CCFBB Light Sea Green

📋 copy color: '#1CCFBB'

red 28 ◦ green 207 ◦ blue 187

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

Shades of Light Sea Green #1CCFBB

Tints of Light Sea Green #1CCFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.31%

R = 6.64%
G = 49.05%
B = 44.31%

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

#1CCFBB (or 0x1CCFBB) is known color: Light Sea Green. HEX triplet: 1C, CF and BB. RGB value is (28,207,187). Sum of RGB (Red+Green+Blue) = 28+207+187=422 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.64% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #1CCFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCFBB is #E33044. Grayscale: #979797. Windows color (decimal): -14889029 or 12308252. OLE color: 12308252.

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

Color convert

RGB 28 207 187 -
CMYK 0.86 0 0.10 0.19
HSL 173.3º 0.76% 0.46% -
HSV(B) 173.3º 0.86% 0.81% -
XYZ 31.76 48.46 54.69 -
YUV 151.2 148.2 40.13 -
System Red Green Blue C M Y K H S L
Decimal 28 207 187 0.86 0 0.10 0.19 173.3 0.76 0.46
Hex 1C CF BB 56 0 A 13 AD 4C 2E
Octal 34 317 273 126 0 12 23 255 114 56
Binary 11100 11001111 10111011 1010110 0 1010 10011 10101101 1001100 101110

Color Harmonies of #1CCFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCFBB

Black with #1CCFBB

Text Example


Text Example

White with #1CCFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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