Html Css Color HEX #2CC6BD Light Sea Green

📋 copy color: '#2CC6BD'

red 44 ◦ green 198 ◦ blue 189

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

Shades of Light Sea Green #2CC6BD

Tints of Light Sea Green #2CC6BD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.94%

 BLUE value IS 189 (74.22% from 255) = 43.85%

R = 10.21%
G = 45.94%
B = 43.85%

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

#2CC6BD (or 0x2CC6BD) is known color: Light Sea Green. HEX triplet: 2C, C6 and BD. RGB value is (44,198,189). Sum of RGB (Red+Green+Blue) = 44+198+189=431 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.21% from 431); Green value is 198 (77.73% from 255 or 45.94% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 198 - color contains mainly: green. Hex color #2CC6BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CC6BD is #D33942. Grayscale: #969696. Windows color (decimal): -13842755 or 12437036. OLE color: 12437036.

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

Color convert

RGB 44 198 189 -
CMYK 0.78 0 0.05 0.22
HSL 176.49º 0.64% 0.47% -
HSV(B) 176.49º 0.78% 0.78% -
XYZ 30.42 44.6 55.15 -
YUV 150.93 149.48 51.73 -
System Red Green Blue C M Y K H S L
Decimal 44 198 189 0.78 0 0.05 0.22 176.49 0.64 0.47
Hex 2C C6 BD 4E 0 5 16 B0 40 2F
Octal 54 306 275 116 0 5 26 260 100 57
Binary 101100 11000110 10111101 1001110 0 101 10110 10110000 1000000 101111

Color Harmonies of #2CC6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC6BD

Black with #2CC6BD

Text Example


Text Example

White with #2CC6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,198,189); }

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

background-color css

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

 a { background-color: rgb(44,198,189); }

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

border-color css

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

 span { border-color: rgb(44,198,189); }

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