Html Css Color HEX #2BACB2 Light Sea Green

📋 copy color: '#2BACB2'

red 43 ◦ green 172 ◦ blue 178

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

Shades of Light Sea Green #2BACB2

Tints of Light Sea Green #2BACB2

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.77%

 BLUE value IS 178 (69.92% from 255) = 45.29%

R = 10.94%
G = 43.77%
B = 45.29%

CMYK

 C value IS 0.76

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2BACB2 (or 0x2BACB2) is known color: Light Sea Green. HEX triplet: 2B, AC and B2. RGB value is (43,172,178). Sum of RGB (Red+Green+Blue) = 43+172+178=393 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.94% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 178 (69.92% from 255 or 45.29% from 393); Max value from RGB is 178 - color contains mainly: blue. Hex color #2BACB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BACB2 is #D4534D. Grayscale: #858585. Windows color (decimal): -13914958 or 11709483. OLE color: 11709483.

HSL color Cylindrical-coordinate representation of color #2BACB2: hue angle of 182.67º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BACB2 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 43 172 178 -
CMYK 0.76 0.03 0 0.30
HSL 182.67º 0.61% 0.43% -
HSV(B) 182.67º 0.76% 0.7% -
XYZ 23.78 33.23 47.28 -
YUV 134.11 152.76 63.01 -
System Red Green Blue C M Y K H S L
Decimal 43 172 178 0.76 0.03 0 0.30 182.67 0.61 0.43
Hex 2B AC B2 4C 3 0 1E B7 3D 2B
Octal 53 254 262 114 3 0 36 267 75 53
Binary 101011 10101100 10110010 1001100 11 0 11110 10110111 111101 101011

Color Harmonies of #2BACB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BACB2

Black with #2BACB2

Text Example


Text Example

White with #2BACB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,172,178); }

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

background-color css

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

 a { background-color: rgb(43,172,178); }

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

border-color css

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

 span { border-color: rgb(43,172,178); }

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