Html Css Color HEX #1CCABB Light Sea Green

📋 copy color: '#1CCABB'

red 28 ◦ green 202 ◦ blue 187

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

Shades of Light Sea Green #1CCABB

Tints of Light Sea Green #1CCABB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.44%

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

R = 6.71%
G = 48.44%
B = 44.84%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#1CCABB (or 0x1CCABB) is known color: Light Sea Green. HEX triplet: 1C, CA and BB. RGB value is (28,202,187). Sum of RGB (Red+Green+Blue) = 28+202+187=417 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.71% from 417); Green value is 202 (79.30% from 255 or 48.44% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCABB is #E33544. Grayscale: #949494. Windows color (decimal): -14890309 or 12306972. OLE color: 12306972.

HSL color Cylindrical-coordinate representation of color #1CCABB: hue angle of 174.83º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCABB is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 28 202 187 -
CMYK 0.86 0 0.07 0.21
HSL 174.83º 0.76% 0.45% -
HSV(B) 174.83º 0.86% 0.79% -
XYZ 30.57 46.08 54.3 -
YUV 148.26 149.85 42.22 -
System Red Green Blue C M Y K H S L
Decimal 28 202 187 0.86 0 0.07 0.21 174.83 0.76 0.45
Hex 1C CA BB 56 0 7 15 AF 4C 2D
Octal 34 312 273 126 0 7 25 257 114 55
Binary 11100 11001010 10111011 1010110 0 111 10101 10101111 1001100 101101

Color Harmonies of #1CCABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCABB

Black with #1CCABB

Text Example


Text Example

White with #1CCABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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