Html Css Color HEX #2BCAB5 Light Sea Green

📋 copy color: '#2BCAB5'

red 43 ◦ green 202 ◦ blue 181

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

Shades of Light Sea Green #2BCAB5

Tints of Light Sea Green #2BCAB5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.42%

 BLUE value IS 181 (71.09% from 255) = 42.49%

R = 10.09%
G = 47.42%
B = 42.49%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#2BCAB5 (or 0x2BCAB5) is known color: Light Sea Green. HEX triplet: 2B, CA and B5. RGB value is (43,202,181). Sum of RGB (Red+Green+Blue) = 43+202+181=426 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.09% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 181 (71.09% from 255 or 42.49% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #2BCAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCAB5 is #D4354A. Grayscale: #979797. Windows color (decimal): -13907275 or 11913771. OLE color: 11913771.

HSL color Cylindrical-coordinate representation of color #2BCAB5: hue angle of 172.08º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCAB5 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 43 202 181 -
CMYK 0.79 0 0.10 0.21
HSL 172.08º 0.65% 0.48% -
HSV(B) 172.08º 0.79% 0.79% -
XYZ 30.46 46.09 51.01 -
YUV 152.07 144.32 50.21 -
System Red Green Blue C M Y K H S L
Decimal 43 202 181 0.79 0 0.10 0.21 172.08 0.65 0.48
Hex 2B CA B5 4F 0 A 15 AC 41 30
Octal 53 312 265 117 0 12 25 254 101 60
Binary 101011 11001010 10110101 1001111 0 1010 10101 10101100 1000001 110000

Color Harmonies of #2BCAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCAB5

Black with #2BCAB5

Text Example


Text Example

White with #2BCAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,202,181); }

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

background-color css

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

 a { background-color: rgb(43,202,181); }

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

border-color css

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

 span { border-color: rgb(43,202,181); }

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