Html Css Color HEX #2DB9AF Light Sea Green

📋 copy color: '#2DB9AF'

red 45 ◦ green 185 ◦ blue 175

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

Shades of Light Sea Green #2DB9AF

Tints of Light Sea Green #2DB9AF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.68%

 BLUE value IS 175 (68.75% from 255) = 43.21%

R = 11.11%
G = 45.68%
B = 43.21%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#2DB9AF (or 0x2DB9AF) is known color: Light Sea Green. HEX triplet: 2D, B9 and AF. RGB value is (45,185,175). Sum of RGB (Red+Green+Blue) = 45+185+175=405 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.11% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 185 - color contains mainly: green. Hex color #2DB9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB9AF is #D24650. Grayscale: #8D8D8D. Windows color (decimal): -13780561 or 11516205. OLE color: 11516205.

HSL color Cylindrical-coordinate representation of color #2DB9AF: hue angle of 175.71º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DB9AF is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 45 185 175 -
CMYK 0.76 0 0.05 0.27
HSL 175.71º 0.61% 0.45% -
HSV(B) 175.71º 0.76% 0.73% -
XYZ 26.17 38.35 46.58 -
YUV 142 146.62 58.81 -
System Red Green Blue C M Y K H S L
Decimal 45 185 175 0.76 0 0.05 0.27 175.71 0.61 0.45
Hex 2D B9 AF 4C 0 5 1B B0 3D 2D
Octal 55 271 257 114 0 5 33 260 75 55
Binary 101101 10111001 10101111 1001100 0 101 11011 10110000 111101 101101

Color Harmonies of #2DB9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB9AF

Black with #2DB9AF

Text Example


Text Example

White with #2DB9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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