Html Css Color HEX #3DBAB0 Light Sea Green

📋 copy color: '#3DBAB0'

red 61 ◦ green 186 ◦ blue 176

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

Shades of Light Sea Green #3DBAB0

Tints of Light Sea Green #3DBAB0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.97%

 BLUE value IS 176 (69.14% from 255) = 41.61%

R = 14.42%
G = 43.97%
B = 41.61%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#3DBAB0 (or 0x3DBAB0) is known color: Light Sea Green. HEX triplet: 3D, BA and B0. RGB value is (61,186,176). Sum of RGB (Red+Green+Blue) = 61+186+176=423 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.42% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBAB0 is #C2454F. Grayscale: #939393. Windows color (decimal): -12731728 or 11582013. OLE color: 11582013.

HSL color Cylindrical-coordinate representation of color #3DBAB0: hue angle of 175.2º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DBAB0 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 61 186 176 -
CMYK 0.67 0 0.05 0.27
HSL 175.2º 0.51% 0.48% -
HSV(B) 175.2º 0.67% 0.73% -
XYZ 27.32 39.24 47.21 -
YUV 147.49 144.09 66.31 -
System Red Green Blue C M Y K H S L
Decimal 61 186 176 0.67 0 0.05 0.27 175.2 0.51 0.48
Hex 3D BA B0 43 0 5 1B AF 33 30
Octal 75 272 260 103 0 5 33 257 63 60
Binary 111101 10111010 10110000 1000011 0 101 11011 10101111 110011 110000

Color Harmonies of #3DBAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBAB0

Black with #3DBAB0

Text Example


Text Example

White with #3DBAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,186,176); }

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

background-color css

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

 a { background-color: rgb(61,186,176); }

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

border-color css

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

 span { border-color: rgb(61,186,176); }

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