Html Css Color HEX #2CBEC0 Light Sea Green

📋 copy color: '#2CBEC0'

red 44 ◦ green 190 ◦ blue 192

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

Shades of Light Sea Green #2CBEC0

Tints of Light Sea Green #2CBEC0

RGB

 RED value IS 44 (17.58% from 255) = 10.33%

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

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

R = 10.33%
G = 44.6%
B = 45.07%

CMYK

 C value IS 0.77

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2CBEC0 (or 0x2CBEC0) is known color: Light Sea Green. HEX triplet: 2C, BE and C0. RGB value is (44,190,192). Sum of RGB (Red+Green+Blue) = 44+190+192=426 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.33% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 192 - color contains mainly: blue. Hex color #2CBEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBEC0 is #D3413F. Grayscale: #929292. Windows color (decimal): -13844800 or 12631596. OLE color: 12631596.

HSL color Cylindrical-coordinate representation of color #2CBEC0: hue angle of 180.81º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBEC0 is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 190 192 -
CMYK 0.77 0.01 0 0.25
HSL 180.81º 0.63% 0.46% -
HSV(B) 180.81º 0.77% 0.75% -
XYZ 28.97 41.17 56.29 -
YUV 146.57 153.63 54.84 -
System Red Green Blue C M Y K H S L
Decimal 44 190 192 0.77 0.01 0 0.25 180.81 0.63 0.46
Hex 2C BE C0 4D 1 0 19 B5 3F 2E
Octal 54 276 300 115 1 0 31 265 77 56
Binary 101100 10111110 11000000 1001101 1 0 11001 10110101 111111 101110

Color Harmonies of #2CBEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBEC0

Black with #2CBEC0

Text Example


Text Example

White with #2CBEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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