Html Css Color HEX #2CADAE Light Sea Green

📋 copy color: '#2CADAE'

red 44 ◦ green 173 ◦ blue 174

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

Shades of Light Sea Green #2CADAE

Tints of Light Sea Green #2CADAE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.25%

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

R = 11.25%
G = 44.25%
B = 44.5%

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2CADAE (or 0x2CADAE) is known color: Light Sea Green. HEX triplet: 2C, AD and AE. RGB value is (44,173,174). Sum of RGB (Red+Green+Blue) = 44+173+174=391 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.25% from 391); Green value is 173 (67.97% from 255 or 44.25% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #2CADAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CADAE is #D35251. Grayscale: #868686. Windows color (decimal): -13849170 or 11447596. OLE color: 11447596.

HSL color Cylindrical-coordinate representation of color #2CADAE: hue angle of 180.46º 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 #2CADAE is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 44 173 174 -
CMYK 0.75 0.01 0 0.32
HSL 180.46º 0.6% 0.43% -
HSV(B) 180.46º 0.75% 0.68% -
XYZ 23.62 33.48 45.26 -
YUV 134.54 150.26 63.42 -
System Red Green Blue C M Y K H S L
Decimal 44 173 174 0.75 0.01 0 0.32 180.46 0.6 0.43
Hex 2C AD AE 4B 1 0 20 B4 3C 2B
Octal 54 255 256 113 1 0 40 264 74 53
Binary 101100 10101101 10101110 1001011 1 0 100000 10110100 111100 101011

Color Harmonies of #2CADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CADAE

Black with #2CADAE

Text Example


Text Example

White with #2CADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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