Html Css Color HEX #1CCCB9 Light Sea Green

📋 copy color: '#1CCCB9'

red 28 ◦ green 204 ◦ blue 185

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

Shades of Light Sea Green #1CCCB9

Tints of Light Sea Green #1CCCB9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.92%

 BLUE value IS 185 (72.66% from 255) = 44.36%

R = 6.71%
G = 48.92%
B = 44.36%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#1CCCB9 (or 0x1CCCB9) is known color: Light Sea Green. HEX triplet: 1C, CC and B9. RGB value is (28,204,185). Sum of RGB (Red+Green+Blue) = 28+204+185=417 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.71% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 185 (72.66% from 255 or 44.36% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCCB9 is #E33346. Grayscale: #959595. Windows color (decimal): -14889799 or 12176412. OLE color: 12176412.

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

Color convert

RGB 28 204 185 -
CMYK 0.86 0 0.09 0.2
HSL 173.52º 0.76% 0.45% -
HSV(B) 173.52º 0.86% 0.8% -
XYZ 30.83 46.94 53.33 -
YUV 149.21 148.19 41.54 -
System Red Green Blue C M Y K H S L
Decimal 28 204 185 0.86 0 0.09 0.2 173.52 0.76 0.45
Hex 1C CC B9 56 0 9 14 AE 4C 2D
Octal 34 314 271 126 0 11 24 256 114 55
Binary 11100 11001100 10111001 1010110 0 1001 10100 10101110 1001100 101101

Color Harmonies of #1CCCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCCB9

Black with #1CCCB9

Text Example


Text Example

White with #1CCCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,204,185); }

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

background-color css

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

 a { background-color: rgb(28,204,185); }

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

border-color css

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

 span { border-color: rgb(28,204,185); }

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