Html Css Color HEX #1CCABD Light Sea Green

📋 copy color: '#1CCABD'

red 28 ◦ green 202 ◦ blue 189

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

Shades of Light Sea Green #1CCABD

Tints of Light Sea Green #1CCABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.11%

R = 6.68%
G = 48.21%
B = 45.11%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#1CCABD (or 0x1CCABD) is known color: Light Sea Green. HEX triplet: 1C, CA and BD. RGB value is (28,202,189). Sum of RGB (Red+Green+Blue) = 28+202+189=419 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.68% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCABD is #E33542. Grayscale: #949494. Windows color (decimal): -14890307 or 12438044. OLE color: 12438044.

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

Color convert

RGB 28 202 189 -
CMYK 0.86 0 0.06 0.21
HSL 175.52º 0.76% 0.45% -
HSV(B) 175.52º 0.86% 0.79% -
XYZ 30.78 46.16 55.43 -
YUV 148.49 150.85 42.06 -
System Red Green Blue C M Y K H S L
Decimal 28 202 189 0.86 0 0.06 0.21 175.52 0.76 0.45
Hex 1C CA BD 56 0 6 15 B0 4C 2D
Octal 34 312 275 126 0 6 25 260 114 55
Binary 11100 11001010 10111101 1010110 0 110 10101 10110000 1001100 101101

Color Harmonies of #1CCABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCABD

Black with #1CCABD

Text Example


Text Example

White with #1CCABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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