Html Css Color HEX #1CBCC0 Light Sea Green

📋 copy color: '#1CBCC0'

red 28 ◦ green 188 ◦ blue 192

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

Shades of Light Sea Green #1CBCC0

Tints of Light Sea Green #1CBCC0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.08%

 BLUE value IS 192 (75.39% from 255) = 47.06%

R = 6.86%
G = 46.08%
B = 47.06%

CMYK

 C value IS 0.85

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1CBCC0 (or 0x1CBCC0) is known color: Light Sea Green. HEX triplet: 1C, BC and C0. RGB value is (28,188,192). Sum of RGB (Red+Green+Blue) = 28+188+192=408 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.86% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 192 (75.39% from 255 or 47.06% from 408); Max value from RGB is 192 - color contains mainly: blue. Hex color #1CBCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBCC0 is #E3433F. Grayscale: #8C8C8C. Windows color (decimal): -14893888 or 12631068. OLE color: 12631068.

HSL color Cylindrical-coordinate representation of color #1CBCC0: hue angle of 181.46º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBCC0 is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 28 188 192 -
CMYK 0.85 0.02 0 0.25
HSL 181.46º 0.75% 0.43% -
HSV(B) 181.46º 0.85% 0.75% -
XYZ 27.98 40.02 56.12 -
YUV 140.62 156.99 47.67 -
System Red Green Blue C M Y K H S L
Decimal 28 188 192 0.85 0.02 0 0.25 181.46 0.75 0.43
Hex 1C BC C0 55 2 0 19 B5 4B 2B
Octal 34 274 300 125 2 0 31 265 113 53
Binary 11100 10111100 11000000 1010101 10 0 11001 10110101 1001011 101011

Color Harmonies of #1CBCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBCC0

Black with #1CBCC0

Text Example


Text Example

White with #1CBCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,188,192); }

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

background-color css

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

 a { background-color: rgb(28,188,192); }

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

border-color css

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

 span { border-color: rgb(28,188,192); }

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