Html Css Color HEX #2BB8AC Light Sea Green

📋 copy color: '#2BB8AC'

red 43 ◦ green 184 ◦ blue 172

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

Shades of Light Sea Green #2BB8AC

Tints of Light Sea Green #2BB8AC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.12%

 BLUE value IS 172 (67.58% from 255) = 43.11%

R = 10.78%
G = 46.12%
B = 43.11%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#2BB8AC (or 0x2BB8AC) is known color: Light Sea Green. HEX triplet: 2B, B8 and AC. RGB value is (43,184,172). Sum of RGB (Red+Green+Blue) = 43+184+172=399 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.78% from 399); Green value is 184 (72.27% from 255 or 46.12% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 184 - color contains mainly: green. Hex color #2BB8AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB8AC is #D44753. Grayscale: #8C8C8C. Windows color (decimal): -13911892 or 11319339. OLE color: 11319339.

HSL color Cylindrical-coordinate representation of color #2BB8AC: hue angle of 174.89º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB8AC is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 43 184 172 -
CMYK 0.77 0 0.07 0.28
HSL 174.89º 0.62% 0.45% -
HSV(B) 174.89º 0.77% 0.72% -
XYZ 25.58 37.77 44.97 -
YUV 140.47 145.79 58.48 -
System Red Green Blue C M Y K H S L
Decimal 43 184 172 0.77 0 0.07 0.28 174.89 0.62 0.45
Hex 2B B8 AC 4D 0 7 1C AF 3E 2D
Octal 53 270 254 115 0 7 34 257 76 55
Binary 101011 10111000 10101100 1001101 0 111 11100 10101111 111110 101101

Color Harmonies of #2BB8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB8AC

Black with #2BB8AC

Text Example


Text Example

White with #2BB8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,184,172); }

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

background-color css

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

 a { background-color: rgb(43,184,172); }

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

border-color css

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

 span { border-color: rgb(43,184,172); }

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