Html Css Color HEX #2CABAE Light Sea Green

📋 copy color: '#2CABAE'

red 44 ◦ green 171 ◦ blue 174

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

Shades of Light Sea Green #2CABAE

Tints of Light Sea Green #2CABAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.73%

R = 11.31%
G = 43.96%
B = 44.73%

CMYK

 C value IS 0.75

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2CABAE (or 0x2CABAE) is known color: Light Sea Green. HEX triplet: 2C, AB and AE. RGB value is (44,171,174). Sum of RGB (Red+Green+Blue) = 44+171+174=389 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.31% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #2CABAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CABAE is #D35451. Grayscale: #858585. Windows color (decimal): -13849682 or 11447084. OLE color: 11447084.

HSL color Cylindrical-coordinate representation of color #2CABAE: hue angle of 181.38º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CABAE is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 44 171 174 -
CMYK 0.75 0.02 0 0.32
HSL 181.38º 0.6% 0.43% -
HSV(B) 181.38º 0.75% 0.68% -
XYZ 23.24 32.72 45.13 -
YUV 133.37 150.92 64.26 -
System Red Green Blue C M Y K H S L
Decimal 44 171 174 0.75 0.02 0 0.32 181.38 0.6 0.43
Hex 2C AB AE 4B 2 0 20 B5 3C 2B
Octal 54 253 256 113 2 0 40 265 74 53
Binary 101100 10101011 10101110 1001011 10 0 100000 10110101 111100 101011

Color Harmonies of #2CABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CABAE

Black with #2CABAE

Text Example


Text Example

White with #2CABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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