Html Css Color HEX #1CBEC0 Light Sea Green

📋 copy color: '#1CBEC0'

red 28 ◦ green 190 ◦ blue 192

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

Shades of Light Sea Green #1CBEC0

Tints of Light Sea Green #1CBEC0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.34%

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

R = 6.83%
G = 46.34%
B = 46.83%

CMYK

 C value IS 0.85

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1CBEC0 (or 0x1CBEC0) is known color: Light Sea Green. HEX triplet: 1C, BE and C0. RGB value is (28,190,192). Sum of RGB (Red+Green+Blue) = 28+190+192=410 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.83% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 192 (75.39% from 255 or 46.83% from 410); Max value from RGB is 192 - color contains mainly: blue. Hex color #1CBEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBEC0 is #E3413F. Grayscale: #8D8D8D. Windows color (decimal): -14893376 or 12631580. OLE color: 12631580.

HSL color Cylindrical-coordinate representation of color #1CBEC0: hue angle of 180.73º 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 #1CBEC0 is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 28 190 192 -
CMYK 0.85 0.01 0 0.25
HSL 180.73º 0.75% 0.43% -
HSV(B) 180.73º 0.85% 0.75% -
XYZ 28.41 40.88 56.26 -
YUV 141.79 156.33 46.84 -
System Red Green Blue C M Y K H S L
Decimal 28 190 192 0.85 0.01 0 0.25 180.73 0.75 0.43
Hex 1C BE C0 55 1 0 19 B5 4B 2B
Octal 34 276 300 125 1 0 31 265 113 53
Binary 11100 10111110 11000000 1010101 1 0 11001 10110101 1001011 101011

Color Harmonies of #1CBEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBEC0

Black with #1CBEC0

Text Example


Text Example

White with #1CBEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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