Html Css Color HEX #2BCCBC Light Sea Green

📋 copy color: '#2BCCBC'

red 43 ◦ green 204 ◦ blue 188

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

Shades of Light Sea Green #2BCCBC

Tints of Light Sea Green #2BCCBC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.9%

 BLUE value IS 188 (73.83% from 255) = 43.22%

R = 9.89%
G = 46.9%
B = 43.22%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#2BCCBC (or 0x2BCCBC) is known color: Light Sea Green. HEX triplet: 2B, CC and BC. RGB value is (43,204,188). Sum of RGB (Red+Green+Blue) = 43+204+188=435 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.89% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 204 - color contains mainly: green. Hex color #2BCCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCCBC is #D43343. Grayscale: #999999. Windows color (decimal): -13906756 or 12373035. OLE color: 12373035.

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

Color convert

RGB 43 204 188 -
CMYK 0.79 0 0.08 0.2
HSL 174.04º 0.65% 0.48% -
HSV(B) 174.04º 0.79% 0.8% -
XYZ 31.67 47.33 55.04 -
YUV 154.04 147.16 48.8 -
System Red Green Blue C M Y K H S L
Decimal 43 204 188 0.79 0 0.08 0.2 174.04 0.65 0.48
Hex 2B CC BC 4F 0 8 14 AE 41 30
Octal 53 314 274 117 0 10 24 256 101 60
Binary 101011 11001100 10111100 1001111 0 1000 10100 10101110 1000001 110000

Color Harmonies of #2BCCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCCBC

Black with #2BCCBC

Text Example


Text Example

White with #2BCCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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