Html Css Color HEX #2BC0AE Light Sea Green

📋 copy color: '#2BC0AE'

red 43 ◦ green 192 ◦ blue 174

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

Shades of Light Sea Green #2BC0AE

Tints of Light Sea Green #2BC0AE

RGB

 RED value IS 43 (17.19% from 255) = 10.51%

 GREEN value IS 192 (75.39% from 255) = 46.94%

 BLUE value IS 174 (68.36% from 255) = 42.54%

R = 10.51%
G = 46.94%
B = 42.54%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#2BC0AE (or 0x2BC0AE) is known color: Light Sea Green. HEX triplet: 2B, C0 and AE. RGB value is (43,192,174). Sum of RGB (Red+Green+Blue) = 43+192+174=409 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.51% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC0AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BC0AE is #D43F51. Grayscale: #919191. Windows color (decimal): -13909842 or 11452459. OLE color: 11452459.

HSL color Cylindrical-coordinate representation of color #2BC0AE: hue angle of 172.75º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC0AE is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 192 174 -
CMYK 0.78 0 0.09 0.25
HSL 172.75º 0.63% 0.46% -
HSV(B) 172.75º 0.78% 0.75% -
XYZ 27.49 41.27 46.56 -
YUV 145.4 144.14 54.96 -
System Red Green Blue C M Y K H S L
Decimal 43 192 174 0.78 0 0.09 0.25 172.75 0.63 0.46
Hex 2B C0 AE 4E 0 9 19 AD 3F 2E
Octal 53 300 256 116 0 11 31 255 77 56
Binary 101011 11000000 10101110 1001110 0 1001 11001 10101101 111111 101110

Color Harmonies of #2BC0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC0AE

Black with #2BC0AE

Text Example


Text Example

White with #2BC0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,192,174); }

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

background-color css

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

 a { background-color: rgb(43,192,174); }

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

border-color css

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

 span { border-color: rgb(43,192,174); }

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