Html Css Color HEX #1CCABC Light Sea Green

📋 copy color: '#1CCABC'

red 28 ◦ green 202 ◦ blue 188

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

Shades of Light Sea Green #1CCABC

Tints of Light Sea Green #1CCABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.98%

R = 6.7%
G = 48.33%
B = 44.98%

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

#1CCABC (or 0x1CCABC) is known color: Light Sea Green. HEX triplet: 1C, CA and BC. RGB value is (28,202,188). Sum of RGB (Red+Green+Blue) = 28+202+188=418 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.70% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCABC is #E33543. Grayscale: #949494. Windows color (decimal): -14890308 or 12372508. OLE color: 12372508.

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

Color convert

RGB 28 202 188 -
CMYK 0.86 0 0.07 0.21
HSL 175.17º 0.76% 0.45% -
HSV(B) 175.17º 0.86% 0.79% -
XYZ 30.68 46.12 54.86 -
YUV 148.38 150.35 42.14 -
System Red Green Blue C M Y K H S L
Decimal 28 202 188 0.86 0 0.07 0.21 175.17 0.76 0.45
Hex 1C CA BC 56 0 7 15 AF 4C 2D
Octal 34 312 274 126 0 7 25 257 114 55
Binary 11100 11001010 10111100 1010110 0 111 10101 10101111 1001100 101101

Color Harmonies of #1CCABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCABC

Black with #1CCABC

Text Example


Text Example

White with #1CCABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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