#2bc9bc

Color #2BC9BC Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #2BC9BC

Tints of Light Sea Green #2BC9BC

Color information

#2BC9BC (or 0x2BC9BC) is unknown color: approx Light Sea Green. HEX triplet: 2B, C9 and BC. RGB value is (43,201,188). Sum of RGB (Red+Green+Blue) = 43+201+188=432 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.95% from 432); Green value is 201 (78.91% from 255 or 46.53% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 201 - color contains mainly: green. Hex color #2BC9BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BC9BC is #D43643. Grayscale: #989898. Windows color (decimal): -13907524 or 12372267. OLE color: 12372267.

HSL color Cylindrical-coordinate representation of color #2BC9BC: hue angle of 175.06º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BC9BC is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB43201188-
CMYK0.7900.060.21
HSL175.06º64.75%47.84%-
HSV(B)175.06º78.61%78.82%-
XYZ30.9645.9254.81-
YUV152.28148.1550.06-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.95%
GREEN value IS 201 (78.91% from 255) = 46.53%
BLUE value IS 188 (73.83% from 255) = 43.52%
R=9.95%
G=46.53%
B=43.52%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal432011880.7900.060.21175.0664.7547.84
Hex2BC9BC4F0615af4130
Octal53311274117062525710160
Binary10101111001001101111001001111011010101101011111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bc9bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2bc9bc;
 }
 .AnyTagClassName
 {
   color: #2bc9bc;
 }
</style>
background-color css

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

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

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

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

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

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