Html Css Color HEX #3DB5B1 Light Sea Green

📋 copy color: '#3DB5B1'

red 61 ◦ green 181 ◦ blue 177

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

Shades of Light Sea Green #3DB5B1

Tints of Light Sea Green #3DB5B1

RGB

 RED value IS 61 (24.22% from 255) = 14.56%

 GREEN value IS 181 (71.09% from 255) = 43.2%

 BLUE value IS 177 (69.53% from 255) = 42.24%

R = 14.56%
G = 43.2%
B = 42.24%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#3DB5B1 (or 0x3DB5B1) is known color: Light Sea Green. HEX triplet: 3D, B5 and B1. RGB value is (61,181,177). Sum of RGB (Red+Green+Blue) = 61+181+177=419 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.56% from 419); Green value is 181 (71.09% from 255 or 43.20% from 419); Blue value is 177 (69.53% from 255 or 42.24% from 419); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB5B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB5B1 is #C24A4E. Grayscale: #909090. Windows color (decimal): -12733007 or 11646269. OLE color: 11646269.

HSL color Cylindrical-coordinate representation of color #3DB5B1: hue angle of 178º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB5B1 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 61 181 177 -
CMYK 0.66 0 0.02 0.29
HSL 178º 0.5% 0.47% -
HSV(B) 178º 0.66% 0.71% -
XYZ 26.38 37.21 47.39 -
YUV 144.66 146.24 68.33 -
System Red Green Blue C M Y K H S L
Decimal 61 181 177 0.66 0 0.02 0.29 178 0.5 0.47
Hex 3D B5 B1 42 0 2 1D B2 32 2F
Octal 75 265 261 102 0 2 35 262 62 57
Binary 111101 10110101 10110001 1000010 0 10 11101 10110010 110010 101111

Color Harmonies of #3DB5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB5B1

Black with #3DB5B1

Text Example


Text Example

White with #3DB5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3DB5B1; }

 p { color: rgb(61,181,177); }

 H1.HeaderClassName
 {
   color: #3DB5B1;
 }
 .AnyTagClassName
 {
   color: #3DB5B1;
 }
</style>

background-color css

<style>
 a { background-color: #3DB5B1; }

 a { background-color: rgb(61,181,177); }

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

border-color css

<style>
 span { border-color: #3DB5B1; }

 span { border-color: rgb(61,181,177); }

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