Html Css Color HEX #2BBCAD Light Sea Green

📋 copy color: '#2BBCAD'

red 43 ◦ green 188 ◦ blue 173

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

Shades of Light Sea Green #2BBCAD

Tints of Light Sea Green #2BBCAD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.53%

 BLUE value IS 173 (67.97% from 255) = 42.82%

R = 10.64%
G = 46.53%
B = 42.82%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#2BBCAD (or 0x2BBCAD) is known color: Light Sea Green. HEX triplet: 2B, BC and AD. RGB value is (43,188,173). Sum of RGB (Red+Green+Blue) = 43+188+173=404 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.64% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBCAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBCAD is #D44352. Grayscale: #8E8E8E. Windows color (decimal): -13910867 or 11385899. OLE color: 11385899.

HSL color Cylindrical-coordinate representation of color #2BBCAD: hue angle of 173.79º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBCAD is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 43 188 173 -
CMYK 0.77 0 0.08 0.26
HSL 173.79º 0.63% 0.45% -
HSV(B) 173.79º 0.77% 0.74% -
XYZ 26.52 39.5 45.76 -
YUV 142.94 144.96 56.72 -
System Red Green Blue C M Y K H S L
Decimal 43 188 173 0.77 0 0.08 0.26 173.79 0.63 0.45
Hex 2B BC AD 4D 0 8 1A AE 3F 2D
Octal 53 274 255 115 0 10 32 256 77 55
Binary 101011 10111100 10101101 1001101 0 1000 11010 10101110 111111 101101

Color Harmonies of #2BBCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBCAD

Black with #2BBCAD

Text Example


Text Example

White with #2BBCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,188,173); }

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

background-color css

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

 a { background-color: rgb(43,188,173); }

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

border-color css

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

 span { border-color: rgb(43,188,173); }

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