Html Css Color HEX #2DC1B9 Light Sea Green

📋 copy color: '#2DC1B9'

red 45 ◦ green 193 ◦ blue 185

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

Shades of Light Sea Green #2DC1B9

Tints of Light Sea Green #2DC1B9

RGB

 RED value IS 45 (17.97% from 255) = 10.64%

 GREEN value IS 193 (75.78% from 255) = 45.63%

 BLUE value IS 185 (72.66% from 255) = 43.74%

R = 10.64%
G = 45.63%
B = 43.74%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#2DC1B9 (or 0x2DC1B9) is known color: Light Sea Green. HEX triplet: 2D, C1 and B9. RGB value is (45,193,185). Sum of RGB (Red+Green+Blue) = 45+193+185=423 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.64% from 423); Green value is 193 (75.78% from 255 or 45.63% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC1B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DC1B9 is #D23E46. Grayscale: #939393. Windows color (decimal): -13778503 or 12173613. OLE color: 12173613.

HSL color Cylindrical-coordinate representation of color #2DC1B9: hue angle of 176.76º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC1B9 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 45 193 185 -
CMYK 0.77 0 0.04 0.24
HSL 176.76º 0.62% 0.47% -
HSV(B) 176.76º 0.77% 0.76% -
XYZ 28.91 42.2 52.52 -
YUV 147.84 148.97 54.65 -
System Red Green Blue C M Y K H S L
Decimal 45 193 185 0.77 0 0.04 0.24 176.76 0.62 0.47
Hex 2D C1 B9 4D 0 4 18 B1 3E 2F
Octal 55 301 271 115 0 4 30 261 76 57
Binary 101101 11000001 10111001 1001101 0 100 11000 10110001 111110 101111

Color Harmonies of #2DC1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC1B9

Black with #2DC1B9

Text Example


Text Example

White with #2DC1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,193,185); }

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

background-color css

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

 a { background-color: rgb(45,193,185); }

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

border-color css

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

 span { border-color: rgb(45,193,185); }

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