Html Css Color HEX #2BB4AF Light Sea Green

📋 copy color: '#2BB4AF'

red 43 ◦ green 180 ◦ blue 175

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

Shades of Light Sea Green #2BB4AF

Tints of Light Sea Green #2BB4AF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.23%

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

R = 10.8%
G = 45.23%
B = 43.97%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#2BB4AF (or 0x2BB4AF) is known color: Light Sea Green. HEX triplet: 2B, B4 and AF. RGB value is (43,180,175). Sum of RGB (Red+Green+Blue) = 43+180+175=398 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.80% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 180 - color contains mainly: green. Hex color #2BB4AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB4AF is #D44B50. Grayscale: #8A8A8A. Windows color (decimal): -13912913 or 11514923. OLE color: 11514923.

HSL color Cylindrical-coordinate representation of color #2BB4AF: hue angle of 177.81º degrees, saturation: 0.61, 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 #2BB4AF is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 43 180 175 -
CMYK 0.76 0 0.03 0.29
HSL 177.81º 0.61% 0.44% -
HSV(B) 177.81º 0.76% 0.71% -
XYZ 25.06 36.25 46.23 -
YUV 138.47 148.61 59.91 -
System Red Green Blue C M Y K H S L
Decimal 43 180 175 0.76 0 0.03 0.29 177.81 0.61 0.44
Hex 2B B4 AF 4C 0 3 1D B2 3D 2C
Octal 53 264 257 114 0 3 35 262 75 54
Binary 101011 10110100 10101111 1001100 0 11 11101 10110010 111101 101100

Color Harmonies of #2BB4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB4AF

Black with #2BB4AF

Text Example


Text Example

White with #2BB4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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