Html Css Color HEX #2CC8BE Light Sea Green

📋 copy color: '#2CC8BE'

red 44 ◦ green 200 ◦ blue 190

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

Shades of Light Sea Green #2CC8BE

Tints of Light Sea Green #2CC8BE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.08%

 BLUE value IS 190 (74.61% from 255) = 43.78%

R = 10.14%
G = 46.08%
B = 43.78%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#2CC8BE (or 0x2CC8BE) is known color: Light Sea Green. HEX triplet: 2C, C8 and BE. RGB value is (44,200,190). Sum of RGB (Red+Green+Blue) = 44+200+190=434 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.14% from 434); Green value is 200 (78.52% from 255 or 46.08% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 200 - color contains mainly: green. Hex color #2CC8BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CC8BE is #D33741. Grayscale: #989898. Windows color (decimal): -13842242 or 12503084. OLE color: 12503084.

HSL color Cylindrical-coordinate representation of color #2CC8BE: hue angle of 176.15º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC8BE is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 44 200 190 -
CMYK 0.78 0 0.05 0.22
HSL 176.15º 0.64% 0.48% -
HSV(B) 176.15º 0.78% 0.78% -
XYZ 30.99 45.56 55.88 -
YUV 152.22 149.32 50.81 -
System Red Green Blue C M Y K H S L
Decimal 44 200 190 0.78 0 0.05 0.22 176.15 0.64 0.48
Hex 2C C8 BE 4E 0 5 16 B0 40 30
Octal 54 310 276 116 0 5 26 260 100 60
Binary 101100 11001000 10111110 1001110 0 101 10110 10110000 1000000 110000

Color Harmonies of #2CC8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC8BE

Black with #2CC8BE

Text Example


Text Example

White with #2CC8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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