Html Css Color HEX #1CCCB8 Light Sea Green

📋 copy color: '#1CCCB8'

red 28 ◦ green 204 ◦ blue 184

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

Shades of Light Sea Green #1CCCB8

Tints of Light Sea Green #1CCCB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 44.23%

R = 6.73%
G = 49.04%
B = 44.23%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#1CCCB8 (or 0x1CCCB8) is known color: Light Sea Green. HEX triplet: 1C, CC and B8. RGB value is (28,204,184). Sum of RGB (Red+Green+Blue) = 28+204+184=416 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.73% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 184 (72.27% from 255 or 44.23% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCCB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCCB8 is #E33347. Grayscale: #959595. Windows color (decimal): -14889800 or 12110876. OLE color: 12110876.

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

Color convert

RGB 28 204 184 -
CMYK 0.86 0 0.10 0.2
HSL 173.18º 0.76% 0.45% -
HSV(B) 173.18º 0.86% 0.8% -
XYZ 30.72 46.89 52.78 -
YUV 149.1 147.69 41.63 -
System Red Green Blue C M Y K H S L
Decimal 28 204 184 0.86 0 0.10 0.2 173.18 0.76 0.45
Hex 1C CC B8 56 0 A 14 AD 4C 2D
Octal 34 314 270 126 0 12 24 255 114 55
Binary 11100 11001100 10111000 1010110 0 1010 10100 10101101 1001100 101101

Color Harmonies of #1CCCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCCB8

Black with #1CCCB8

Text Example


Text Example

White with #1CCCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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