Html Css Color HEX #2BB9AF Light Sea Green

📋 copy color: '#2BB9AF'

red 43 ◦ green 185 ◦ blue 175

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

Shades of Light Sea Green #2BB9AF

Tints of Light Sea Green #2BB9AF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.91%

 BLUE value IS 175 (68.75% from 255) = 43.42%

R = 10.67%
G = 45.91%
B = 43.42%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#2BB9AF (or 0x2BB9AF) is known color: Light Sea Green. HEX triplet: 2B, B9 and AF. RGB value is (43,185,175). Sum of RGB (Red+Green+Blue) = 43+185+175=403 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.67% from 403); Green value is 185 (72.66% from 255 or 45.91% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 185 - color contains mainly: green. Hex color #2BB9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB9AF is #D44650. Grayscale: #8D8D8D. Windows color (decimal): -13911633 or 11516203. OLE color: 11516203.

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

Color convert

RGB 43 185 175 -
CMYK 0.77 0 0.05 0.27
HSL 175.77º 0.62% 0.45% -
HSV(B) 175.77º 0.77% 0.73% -
XYZ 26.08 38.31 46.58 -
YUV 141.4 146.96 57.81 -
System Red Green Blue C M Y K H S L
Decimal 43 185 175 0.77 0 0.05 0.27 175.77 0.62 0.45
Hex 2B B9 AF 4D 0 5 1B B0 3E 2D
Octal 53 271 257 115 0 5 33 260 76 55
Binary 101011 10111001 10101111 1001101 0 101 11011 10110000 111110 101101

Color Harmonies of #2BB9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB9AF

Black with #2BB9AF

Text Example


Text Example

White with #2BB9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,185,175); }

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

background-color css

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

 a { background-color: rgb(43,185,175); }

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

border-color css

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

 span { border-color: rgb(43,185,175); }

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