Html Css Color HEX #1CCDB2 Light Sea Green

📋 copy color: '#1CCDB2'

red 28 ◦ green 205 ◦ blue 178

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

Shades of Light Sea Green #1CCDB2

Tints of Light Sea Green #1CCDB2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.88%

 BLUE value IS 178 (69.92% from 255) = 43.31%

R = 6.81%
G = 49.88%
B = 43.31%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#1CCDB2 (or 0x1CCDB2) is known color: Light Sea Green. HEX triplet: 1C, CD and B2. RGB value is (28,205,178). Sum of RGB (Red+Green+Blue) = 28+205+178=411 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.81% from 411); Green value is 205 (80.47% from 255 or 49.88% from 411); Blue value is 178 (69.92% from 255 or 43.31% from 411); Max value from RGB is 205 - color contains mainly: green. Hex color #1CCDB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCDB2 is #E3324D. Grayscale: #949494. Windows color (decimal): -14889550 or 11717916. OLE color: 11717916.

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

Color convert

RGB 28 205 178 -
CMYK 0.86 0 0.13 0.20
HSL 170.85º 0.76% 0.46% -
HSV(B) 170.85º 0.86% 0.8% -
XYZ 30.35 47.12 49.62 -
YUV 149 144.36 41.7 -
System Red Green Blue C M Y K H S L
Decimal 28 205 178 0.86 0 0.13 0.20 170.85 0.76 0.46
Hex 1C CD B2 56 0 D 14 AB 4C 2E
Octal 34 315 262 126 0 15 24 253 114 56
Binary 11100 11001101 10110010 1010110 0 1101 10100 10101011 1001100 101110

Color Harmonies of #1CCDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCDB2

Black with #1CCDB2

Text Example


Text Example

White with #1CCDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,205,178); }

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

background-color css

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

 a { background-color: rgb(28,205,178); }

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

border-color css

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

 span { border-color: rgb(28,205,178); }

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