Html Css Color HEX #2ACDBC Light Sea Green

📋 copy color: '#2ACDBC'

red 42 ◦ green 205 ◦ blue 188

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

Shades of Light Sea Green #2ACDBC

Tints of Light Sea Green #2ACDBC

RGB

 RED value IS 42 (16.8% from 255) = 9.66%

 GREEN value IS 205 (80.47% from 255) = 47.13%

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

R = 9.66%
G = 47.13%
B = 43.22%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#2ACDBC (or 0x2ACDBC) is known color: Light Sea Green. HEX triplet: 2A, CD and BC. RGB value is (42,205,188). Sum of RGB (Red+Green+Blue) = 42+205+188=435 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.66% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACDBC is #D53243. Grayscale: #9A9A9A. Windows color (decimal): -13972036 or 12373290. OLE color: 12373290.

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

Color convert

RGB 42 205 188 -
CMYK 0.80 0 0.08 0.20
HSL 173.74º 0.66% 0.48% -
HSV(B) 173.74º 0.8% 0.8% -
XYZ 31.86 47.79 55.12 -
YUV 154.33 147 47.88 -
System Red Green Blue C M Y K H S L
Decimal 42 205 188 0.80 0 0.08 0.20 173.74 0.66 0.48
Hex 2A CD BC 50 0 8 14 AE 42 30
Octal 52 315 274 120 0 10 24 256 102 60
Binary 101010 11001101 10111100 1010000 0 1000 10100 10101110 1000010 110000

Color Harmonies of #2ACDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACDBC

Black with #2ACDBC

Text Example


Text Example

White with #2ACDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,205,188); }

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

background-color css

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

 a { background-color: rgb(42,205,188); }

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

border-color css

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

 span { border-color: rgb(42,205,188); }

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