#2CBABB

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

Shades of Light Sea Green #2CBABB

Tints of Light Sea Green #2CBABB

Color information

#2CBABB (or 0x2CBABB) is unknown color: approx Light Sea Green. HEX triplet: 2C, BA and BB. RGB value is (44,186,187). Sum of RGB (Red+Green+Blue) = 44+186+187=417 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.55% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #2CBABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBABB is #D34544. Grayscale: #8F8F8F. Windows color (decimal): -13845829 or 12302892. OLE color: 12302892.

HSL color Cylindrical-coordinate representation of color #2CBABB: hue angle of 180.42º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CBABB is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB44186187-
CMYK0.760.0100.27
HSL180.42º61.9%45.29%-
HSV(B)180.42º76.47%73.33%-
XYZ27.5739.2453.14-
YUV143.66152.4656.92-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.55%
GREEN value IS 186 (73.05% from 255) = 44.60%
BLUE value IS 187 (73.44% from 255) = 44.84%
R=10.55%
G=44.60%
B=44.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal441861870.760.0100.27180.4261.945.29
Hex2CBABB4C101Bb43e2d
Octal5427227311410332647655
Binary10110010111010101110111001100101101110110100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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