Html Css Color HEX #1CBEC2 Light Sea Green

📋 copy color: '#1CBEC2'

red 28 ◦ green 190 ◦ blue 194

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

Shades of Light Sea Green #1CBEC2

Tints of Light Sea Green #1CBEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 47.09%

R = 6.8%
G = 46.12%
B = 47.09%

CMYK

 C value IS 0.86

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1CBEC2 (or 0x1CBEC2) is known color: Light Sea Green. HEX triplet: 1C, BE and C2. RGB value is (28,190,194). Sum of RGB (Red+Green+Blue) = 28+190+194=412 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.80% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 194 (76.17% from 255 or 47.09% from 412); Max value from RGB is 194 - color contains mainly: blue. Hex color #1CBEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBEC2 is #E3413D. Grayscale: #8D8D8D. Windows color (decimal): -14893374 or 12762652. OLE color: 12762652.

HSL color Cylindrical-coordinate representation of color #1CBEC2: hue angle of 181.45º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CBEC2 is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 28 190 194 -
CMYK 0.86 0.02 0 0.24
HSL 181.45º 0.75% 0.44% -
HSV(B) 181.45º 0.86% 0.76% -
XYZ 28.63 40.97 57.44 -
YUV 142.02 157.33 46.67 -
System Red Green Blue C M Y K H S L
Decimal 28 190 194 0.86 0.02 0 0.24 181.45 0.75 0.44
Hex 1C BE C2 56 2 0 18 B5 4B 2C
Octal 34 276 302 126 2 0 30 265 113 54
Binary 11100 10111110 11000010 1010110 10 0 11000 10110101 1001011 101100

Color Harmonies of #1CBEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBEC2

Black with #1CBEC2

Text Example


Text Example

White with #1CBEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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