Html Css Color HEX #2BB6A5 Light Sea Green

📋 copy color: '#2BB6A5'

red 43 ◦ green 182 ◦ blue 165

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

Shades of Light Sea Green #2BB6A5

Tints of Light Sea Green #2BB6A5

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.67%

 BLUE value IS 165 (64.84% from 255) = 42.31%

R = 11.03%
G = 46.67%
B = 42.31%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#2BB6A5 (or 0x2BB6A5) is known color: Light Sea Green. HEX triplet: 2B, B6 and A5. RGB value is (43,182,165). Sum of RGB (Red+Green+Blue) = 43+182+165=390 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.03% from 390); Green value is 182 (71.48% from 255 or 46.67% from 390); Blue value is 165 (64.84% from 255 or 42.31% from 390); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB6A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB6A5 is #D4495A. Grayscale: #8A8A8A. Windows color (decimal): -13912411 or 10860075. OLE color: 10860075.

HSL color Cylindrical-coordinate representation of color #2BB6A5: hue angle of 172.66º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB6A5 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 43 182 165 -
CMYK 0.76 0 0.09 0.29
HSL 172.66º 0.62% 0.44% -
HSV(B) 172.66º 0.76% 0.71% -
XYZ 24.52 36.69 41.39 -
YUV 138.5 142.95 59.88 -
System Red Green Blue C M Y K H S L
Decimal 43 182 165 0.76 0 0.09 0.29 172.66 0.62 0.44
Hex 2B B6 A5 4C 0 9 1D AD 3E 2C
Octal 53 266 245 114 0 11 35 255 76 54
Binary 101011 10110110 10100101 1001100 0 1001 11101 10101101 111110 101100

Color Harmonies of #2BB6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB6A5

Black with #2BB6A5

Text Example


Text Example

White with #2BB6A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,182,165); }

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

background-color css

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

 a { background-color: rgb(43,182,165); }

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

border-color css

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

 span { border-color: rgb(43,182,165); }

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