Html Css Color HEX #2BBCC1 Light Sea Green

📋 copy color: '#2BBCC1'

red 43 ◦ green 188 ◦ blue 193

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

Shades of Light Sea Green #2BBCC1

Tints of Light Sea Green #2BBCC1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.34%

 BLUE value IS 193 (75.78% from 255) = 45.52%

R = 10.14%
G = 44.34%
B = 45.52%

CMYK

 C value IS 0.78

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2BBCC1 (or 0x2BBCC1) is known color: Light Sea Green. HEX triplet: 2B, BC and C1. RGB value is (43,188,193). Sum of RGB (Red+Green+Blue) = 43+188+193=424 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.14% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 193 (75.78% from 255 or 45.52% from 424); Max value from RGB is 193 - color contains mainly: blue. Hex color #2BBCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBCC1 is #D4433E. Grayscale: #919191. Windows color (decimal): -13910847 or 12696619. OLE color: 12696619.

HSL color Cylindrical-coordinate representation of color #2BBCC1: hue angle of 182º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BBCC1 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 43 188 193 -
CMYK 0.78 0.03 0 0.24
HSL 182º 0.64% 0.46% -
HSV(B) 182º 0.78% 0.76% -
XYZ 28.61 40.33 56.73 -
YUV 145.22 154.96 55.09 -
System Red Green Blue C M Y K H S L
Decimal 43 188 193 0.78 0.03 0 0.24 182 0.64 0.46
Hex 2B BC C1 4E 3 0 18 B6 40 2E
Octal 53 274 301 116 3 0 30 266 100 56
Binary 101011 10111100 11000001 1001110 11 0 11000 10110110 1000000 101110

Color Harmonies of #2BBCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBCC1

Black with #2BBCC1

Text Example


Text Example

White with #2BBCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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