#2CBDBB

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

Shades of Light Sea Green #2CBDBB

Tints of Light Sea Green #2CBDBB

Color information

#2CBDBB (or 0x2CBDBB) is unknown color: approx Light Sea Green. HEX triplet: 2C, BD and BB. RGB value is (44,189,187). Sum of RGB (Red+Green+Blue) = 44+189+187=420 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.48% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 189 - color contains mainly: green. Hex color #2CBDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBDBB is #D34244. Grayscale: #919191. Windows color (decimal): -13845061 or 12303660. OLE color: 12303660.

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

Color convert

RGB44189187-
CMYK0.7700.010.26
HSL179.17º62.23%45.69%-
HSV(B)179.17º76.72%74.12%-
XYZ28.2140.5253.35-
YUV145.42151.4655.66-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.48%
GREEN value IS 189 (74.22% from 255) = 45%
BLUE value IS 187 (73.44% from 255) = 44.52%
R=10.48%
G=45%
B=44.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal441891870.7700.010.26179.1762.2345.69
Hex2CBDBB4D011Ab33e2e
Octal5427527311501322637656
Binary10110010111101101110111001101011101010110011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,189,187); }

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

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

 a { background-color: rgb(44,189,187); }

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

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

 span { border-color: rgb(44,189,187); }

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