Html Css Color HEX #2CB69D Light Sea Green

📋 copy color: '#2CB69D'

red 44 ◦ green 182 ◦ blue 157

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

Shades of Light Sea Green #2CB69D

Tints of Light Sea Green #2CB69D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.52%

 BLUE value IS 157 (61.72% from 255) = 40.99%

R = 11.49%
G = 47.52%
B = 40.99%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#2CB69D (or 0x2CB69D) is known color: Light Sea Green. HEX triplet: 2C, B6 and 9D. RGB value is (44,182,157). Sum of RGB (Red+Green+Blue) = 44+182+157=383 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.49% from 383); Green value is 182 (71.48% from 255 or 47.52% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 182 - color contains mainly: green. Hex color #2CB69D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB69D is #D34962. Grayscale: #898989. Windows color (decimal): -13846883 or 10335788. OLE color: 10335788.

HSL color Cylindrical-coordinate representation of color #2CB69D: hue angle of 169.13º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB69D is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 44 182 157 -
CMYK 0.76 0 0.14 0.29
HSL 169.13º 0.61% 0.44% -
HSV(B) 169.13º 0.76% 0.71% -
XYZ 23.85 36.43 37.67 -
YUV 137.89 138.78 61.03 -
System Red Green Blue C M Y K H S L
Decimal 44 182 157 0.76 0 0.14 0.29 169.13 0.61 0.44
Hex 2C B6 9D 4C 0 E 1D A9 3D 2C
Octal 54 266 235 114 0 16 35 251 75 54
Binary 101100 10110110 10011101 1001100 0 1110 11101 10101001 111101 101100

Color Harmonies of #2CB69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB69D

Black with #2CB69D

Text Example


Text Example

White with #2CB69D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,182,157); }

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

background-color css

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

 a { background-color: rgb(44,182,157); }

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

border-color css

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

 span { border-color: rgb(44,182,157); }

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