Html Css Color HEX #2BB9BC Light Sea Green

📋 copy color: '#2BB9BC'

red 43 ◦ green 185 ◦ blue 188

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

Shades of Light Sea Green #2BB9BC

Tints of Light Sea Green #2BB9BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.19%

R = 10.34%
G = 44.47%
B = 45.19%

CMYK

 C value IS 0.77

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2BB9BC (or 0x2BB9BC) is known color: Light Sea Green. HEX triplet: 2B, B9 and BC. RGB value is (43,185,188). Sum of RGB (Red+Green+Blue) = 43+185+188=416 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.34% from 416); Green value is 185 (72.66% from 255 or 44.47% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #2BB9BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BB9BC is #D44643. Grayscale: #8E8E8E. Windows color (decimal): -13911620 or 12368171. OLE color: 12368171.

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

Color convert

RGB 43 185 188 -
CMYK 0.77 0.02 0 0.26
HSL 181.24º 0.63% 0.45% -
HSV(B) 181.24º 0.77% 0.74% -
XYZ 27.42 38.84 53.63 -
YUV 142.88 153.46 56.76 -
System Red Green Blue C M Y K H S L
Decimal 43 185 188 0.77 0.02 0 0.26 181.24 0.63 0.45
Hex 2B B9 BC 4D 2 0 1A B5 3F 2D
Octal 53 271 274 115 2 0 32 265 77 55
Binary 101011 10111001 10111100 1001101 10 0 11010 10110101 111111 101101

Color Harmonies of #2BB9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB9BC

Black with #2BB9BC

Text Example


Text Example

White with #2BB9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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