Html Css Color HEX #1CCCB5 Light Sea Green

📋 copy color: '#1CCCB5'

red 28 ◦ green 204 ◦ blue 181

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

Shades of Light Sea Green #1CCCB5

Tints of Light Sea Green #1CCCB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.83%

R = 6.78%
G = 49.39%
B = 43.83%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#1CCCB5 (or 0x1CCCB5) is known color: Light Sea Green. HEX triplet: 1C, CC and B5. RGB value is (28,204,181). Sum of RGB (Red+Green+Blue) = 28+204+181=413 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.78% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 181 (71.09% from 255 or 43.83% from 413); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCCB5 is #E3334A. Grayscale: #949494. Windows color (decimal): -14889803 or 11914268. OLE color: 11914268.

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

Color convert

RGB 28 204 181 -
CMYK 0.86 0 0.11 0.2
HSL 172.16º 0.76% 0.45% -
HSV(B) 172.16º 0.86% 0.8% -
XYZ 30.41 46.77 51.14 -
YUV 148.75 146.19 41.87 -
System Red Green Blue C M Y K H S L
Decimal 28 204 181 0.86 0 0.11 0.2 172.16 0.76 0.45
Hex 1C CC B5 56 0 B 14 AC 4C 2D
Octal 34 314 265 126 0 13 24 254 114 55
Binary 11100 11001100 10110101 1010110 0 1011 10100 10101100 1001100 101101

Color Harmonies of #1CCCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCCB5

Black with #1CCCB5

Text Example


Text Example

White with #1CCCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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