Html Css Color HEX #1CCCB3 Light Sea Green

📋 copy color: '#1CCCB3'

red 28 ◦ green 204 ◦ blue 179

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

Shades of Light Sea Green #1CCCB3

Tints of Light Sea Green #1CCCB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 43.55%

R = 6.81%
G = 49.64%
B = 43.55%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#1CCCB3 (or 0x1CCCB3) is known color: Light Sea Green. HEX triplet: 1C, CC and B3. RGB value is (28,204,179). Sum of RGB (Red+Green+Blue) = 28+204+179=411 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.81% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 179 (70.31% from 255 or 43.55% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCCB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCCB3 is #E3334C. Grayscale: #949494. Windows color (decimal): -14889805 or 11783196. OLE color: 11783196.

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

Color convert

RGB 28 204 179 -
CMYK 0.86 0 0.12 0.2
HSL 171.48º 0.76% 0.45% -
HSV(B) 171.48º 0.86% 0.8% -
XYZ 30.21 46.69 50.07 -
YUV 148.53 145.19 42.03 -
System Red Green Blue C M Y K H S L
Decimal 28 204 179 0.86 0 0.12 0.2 171.48 0.76 0.45
Hex 1C CC B3 56 0 C 14 AB 4C 2D
Octal 34 314 263 126 0 14 24 253 114 55
Binary 11100 11001100 10110011 1010110 0 1100 10100 10101011 1001100 101101

Color Harmonies of #1CCCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCCB3

Black with #1CCCB3

Text Example


Text Example

White with #1CCCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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