Html Css Color HEX #2BB8A9 Light Sea Green

📋 copy color: '#2BB8A9'

red 43 ◦ green 184 ◦ blue 169

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

Shades of Light Sea Green #2BB8A9

Tints of Light Sea Green #2BB8A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 42.68%

R = 10.86%
G = 46.46%
B = 42.68%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#2BB8A9 (or 0x2BB8A9) is known color: Light Sea Green. HEX triplet: 2B, B8 and A9. RGB value is (43,184,169). Sum of RGB (Red+Green+Blue) = 43+184+169=396 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.86% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 169 (66.41% from 255 or 42.68% from 396); Max value from RGB is 184 - color contains mainly: green. Hex color #2BB8A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB8A9 is #D44756. Grayscale: #8C8C8C. Windows color (decimal): -13911895 or 11122731. OLE color: 11122731.

HSL color Cylindrical-coordinate representation of color #2BB8A9: hue angle of 173.62º 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 #2BB8A9 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 43 184 169 -
CMYK 0.77 0 0.08 0.28
HSL 173.62º 0.62% 0.45% -
HSV(B) 173.62º 0.77% 0.72% -
XYZ 25.3 37.66 43.47 -
YUV 140.13 144.29 58.72 -
System Red Green Blue C M Y K H S L
Decimal 43 184 169 0.77 0 0.08 0.28 173.62 0.62 0.45
Hex 2B B8 A9 4D 0 8 1C AE 3E 2D
Octal 53 270 251 115 0 10 34 256 76 55
Binary 101011 10111000 10101001 1001101 0 1000 11100 10101110 111110 101101

Color Harmonies of #2BB8A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB8A9

Black with #2BB8A9

Text Example


Text Example

White with #2BB8A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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