Html Css Color HEX #2DB4BE Light Sea Green

📋 copy color: '#2DB4BE'

red 45 ◦ green 180 ◦ blue 190

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

Shades of Light Sea Green #2DB4BE

Tints of Light Sea Green #2DB4BE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.37%

 BLUE value IS 190 (74.61% from 255) = 45.78%

R = 10.84%
G = 43.37%
B = 45.78%

CMYK

 C value IS 0.76

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2DB4BE (or 0x2DB4BE) is known color: Light Sea Green. HEX triplet: 2D, B4 and BE. RGB value is (45,180,190). Sum of RGB (Red+Green+Blue) = 45+180+190=415 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.84% from 415); Green value is 180 (70.70% from 255 or 43.37% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #2DB4BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DB4BE is #D24B41. Grayscale: #8C8C8C. Windows color (decimal): -13781826 or 12497965. OLE color: 12497965.

HSL color Cylindrical-coordinate representation of color #2DB4BE: hue angle of 184.14º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DB4BE is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 45 180 190 -
CMYK 0.76 0.05 0 0.25
HSL 184.14º 0.62% 0.46% -
HSV(B) 184.14º 0.76% 0.75% -
XYZ 26.7 36.92 54.43 -
YUV 140.78 155.77 59.69 -
System Red Green Blue C M Y K H S L
Decimal 45 180 190 0.76 0.05 0 0.25 184.14 0.62 0.46
Hex 2D B4 BE 4C 5 0 19 B8 3E 2E
Octal 55 264 276 114 5 0 31 270 76 56
Binary 101101 10110100 10111110 1001100 101 0 11001 10111000 111110 101110

Color Harmonies of #2DB4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB4BE

Black with #2DB4BE

Text Example


Text Example

White with #2DB4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,180,190); }

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

background-color css

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

 a { background-color: rgb(45,180,190); }

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

border-color css

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

 span { border-color: rgb(45,180,190); }

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