Html Css Color HEX #1CC8BB Light Sea Green

📋 copy color: '#1CC8BB'

red 28 ◦ green 200 ◦ blue 187

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

Shades of Light Sea Green #1CC8BB

Tints of Light Sea Green #1CC8BB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.19%

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

R = 6.75%
G = 48.19%
B = 45.06%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#1CC8BB (or 0x1CC8BB) is known color: Light Sea Green. HEX triplet: 1C, C8 and BB. RGB value is (28,200,187). Sum of RGB (Red+Green+Blue) = 28+200+187=415 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.75% from 415); Green value is 200 (78.52% from 255 or 48.19% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 200 - color contains mainly: green. Hex color #1CC8BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CC8BB is #E33744. Grayscale: #929292. Windows color (decimal): -14890821 or 12306460. OLE color: 12306460.

HSL color Cylindrical-coordinate representation of color #1CC8BB: hue angle of 175.47º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC8BB is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 28 200 187 -
CMYK 0.86 0 0.06 0.22
HSL 175.47º 0.75% 0.45% -
HSV(B) 175.47º 0.86% 0.78% -
XYZ 30.1 45.14 54.14 -
YUV 147.09 150.52 43.06 -
System Red Green Blue C M Y K H S L
Decimal 28 200 187 0.86 0 0.06 0.22 175.47 0.75 0.45
Hex 1C C8 BB 56 0 6 16 AF 4B 2D
Octal 34 310 273 126 0 6 26 257 113 55
Binary 11100 11001000 10111011 1010110 0 110 10110 10101111 1001011 101101

Color Harmonies of #1CC8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC8BB

Black with #1CC8BB

Text Example


Text Example

White with #1CC8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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