Html Css Color HEX #2CB2BE Light Sea Green

📋 copy color: '#2CB2BE'

red 44 ◦ green 178 ◦ blue 190

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

Shades of Light Sea Green #2CB2BE

Tints of Light Sea Green #2CB2BE

RGB

 RED value IS 44 (17.58% from 255) = 10.68%

 GREEN value IS 178 (69.92% from 255) = 43.2%

 BLUE value IS 190 (74.61% from 255) = 46.12%

R = 10.68%
G = 43.2%
B = 46.12%

CMYK

 C value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2CB2BE (or 0x2CB2BE) is known color: Light Sea Green. HEX triplet: 2C, B2 and BE. RGB value is (44,178,190). Sum of RGB (Red+Green+Blue) = 44+178+190=412 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.68% from 412); Green value is 178 (69.92% from 255 or 43.20% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #2CB2BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CB2BE is #D34D41. Grayscale: #8B8B8B. Windows color (decimal): -13847874 or 12497452. OLE color: 12497452.

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

Color convert

RGB 44 178 190 -
CMYK 0.77 0.06 0 0.25
HSL 184.93º 0.62% 0.46% -
HSV(B) 184.93º 0.77% 0.75% -
XYZ 26.25 36.09 54.3 -
YUV 139.3 156.61 60.02 -
System Red Green Blue C M Y K H S L
Decimal 44 178 190 0.77 0.06 0 0.25 184.93 0.62 0.46
Hex 2C B2 BE 4D 6 0 19 B9 3E 2E
Octal 54 262 276 115 6 0 31 271 76 56
Binary 101100 10110010 10111110 1001101 110 0 11001 10111001 111110 101110

Color Harmonies of #2CB2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB2BE

Black with #2CB2BE

Text Example


Text Example

White with #2CB2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,178,190); }

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

background-color css

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

 a { background-color: rgb(44,178,190); }

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

border-color css

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

 span { border-color: rgb(44,178,190); }

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