Html Css Color HEX #2CABB3 Light Sea Green

📋 copy color: '#2CABB3'

red 44 ◦ green 171 ◦ blue 179

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

Shades of Light Sea Green #2CABB3

Tints of Light Sea Green #2CABB3

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.4%

 BLUE value IS 179 (70.31% from 255) = 45.43%

R = 11.17%
G = 43.4%
B = 45.43%

CMYK

 C value IS 0.75

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2CABB3 (or 0x2CABB3) is known color: Light Sea Green. HEX triplet: 2C, AB and B3. RGB value is (44,171,179). Sum of RGB (Red+Green+Blue) = 44+171+179=394 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.17% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 179 (70.31% from 255 or 45.43% from 394); Max value from RGB is 179 - color contains mainly: blue. Hex color #2CABB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CABB3 is #D3544C. Grayscale: #858585. Windows color (decimal): -13849677 or 11774764. OLE color: 11774764.

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

Color convert

RGB 44 171 179 -
CMYK 0.75 0.04 0 0.30
HSL 183.56º 0.61% 0.44% -
HSV(B) 183.56º 0.75% 0.7% -
XYZ 23.74 32.92 47.75 -
YUV 133.94 153.42 63.85 -
System Red Green Blue C M Y K H S L
Decimal 44 171 179 0.75 0.04 0 0.30 183.56 0.61 0.44
Hex 2C AB B3 4B 4 0 1E B8 3D 2C
Octal 54 253 263 113 4 0 36 270 75 54
Binary 101100 10101011 10110011 1001011 100 0 11110 10111000 111101 101100

Color Harmonies of #2CABB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CABB3

Black with #2CABB3

Text Example


Text Example

White with #2CABB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,171,179); }

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

background-color css

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

 a { background-color: rgb(44,171,179); }

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

border-color css

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

 span { border-color: rgb(44,171,179); }

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