Html Css Color HEX #2CCBB4 Light Sea Green

📋 copy color: '#2CCBB4'

red 44 ◦ green 203 ◦ blue 180

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

Shades of Light Sea Green #2CCBB4

Tints of Light Sea Green #2CCBB4

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.54%

 BLUE value IS 180 (70.7% from 255) = 42.15%

R = 10.3%
G = 47.54%
B = 42.15%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#2CCBB4 (or 0x2CCBB4) is known color: Light Sea Green. HEX triplet: 2C, CB and B4. RGB value is (44,203,180). Sum of RGB (Red+Green+Blue) = 44+203+180=427 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.30% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 180 (70.70% from 255 or 42.15% from 427); Max value from RGB is 203 - color contains mainly: green. Hex color #2CCBB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCBB4 is #D3344B. Grayscale: #989898. Windows color (decimal): -13841484 or 11848492. OLE color: 11848492.

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

Color convert

RGB 44 203 180 -
CMYK 0.78 0 0.11 0.20
HSL 171.32º 0.64% 0.48% -
HSV(B) 171.32º 0.78% 0.8% -
XYZ 30.63 46.54 50.55 -
YUV 152.84 143.32 50.37 -
System Red Green Blue C M Y K H S L
Decimal 44 203 180 0.78 0 0.11 0.20 171.32 0.64 0.48
Hex 2C CB B4 4E 0 B 14 AB 40 30
Octal 54 313 264 116 0 13 24 253 100 60
Binary 101100 11001011 10110100 1001110 0 1011 10100 10101011 1000000 110000

Color Harmonies of #2CCBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCBB4

Black with #2CCBB4

Text Example


Text Example

White with #2CCBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,203,180); }

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

background-color css

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

 a { background-color: rgb(44,203,180); }

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

border-color css

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

 span { border-color: rgb(44,203,180); }

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