Html Css Color HEX #2CC1B3 Light Sea Green

📋 copy color: '#2CC1B3'

red 44 ◦ green 193 ◦ blue 179

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

Shades of Light Sea Green #2CC1B3

Tints of Light Sea Green #2CC1B3

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.39%

 BLUE value IS 179 (70.31% from 255) = 43.03%

R = 10.58%
G = 46.39%
B = 43.03%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#2CC1B3 (or 0x2CC1B3) is known color: Light Sea Green. HEX triplet: 2C, C1 and B3. RGB value is (44,193,179). Sum of RGB (Red+Green+Blue) = 44+193+179=416 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.58% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 179 (70.31% from 255 or 43.03% from 416); Max value from RGB is 193 - color contains mainly: green. Hex color #2CC1B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CC1B3 is #D33E4C. Grayscale: #929292. Windows color (decimal): -13844045 or 11780396. OLE color: 11780396.

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

Color convert

RGB 44 193 179 -
CMYK 0.77 0 0.07 0.24
HSL 174.36º 0.63% 0.46% -
HSV(B) 174.36º 0.77% 0.76% -
XYZ 28.25 41.93 49.25 -
YUV 146.85 146.14 54.64 -
System Red Green Blue C M Y K H S L
Decimal 44 193 179 0.77 0 0.07 0.24 174.36 0.63 0.46
Hex 2C C1 B3 4D 0 7 18 AE 3F 2E
Octal 54 301 263 115 0 7 30 256 77 56
Binary 101100 11000001 10110011 1001101 0 111 11000 10101110 111111 101110

Color Harmonies of #2CC1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC1B3

Black with #2CC1B3

Text Example


Text Example

White with #2CC1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,193,179); }

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

background-color css

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

 a { background-color: rgb(44,193,179); }

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

border-color css

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

 span { border-color: rgb(44,193,179); }

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